Represents the base class of linear and oval gauges.
Namespace: MindFusion.Gauges.WebForms
Package: MindFusion.Gauges.WebForms
C#
![]() |
---|
public abstract class BaseGauge<T> : WebControl, IPostBackDataHandler where T : BaseScale |
Visual Basic
![]() |
---|
Public MustInherit Class BaseGauge(Of T As BaseScale) |
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
MindFusion.Gauges.WebForms.BaseGauge(T)
MindFusion.Gauges.WebForms.LinearGauge
MindFusion.Gauges.WebForms.OvalGauge