GaugeType Enumeration
Specifies the gauge type when using ChartType.Gauges or ChartType.Multiple with SeriesTypeMultiple.Gauge.
Syntax
'Declaration Public Enum GaugeType Inherits System.Enum
'Usage Dim instance As GaugeType
public enum GaugeType : System.Enum
Members
Member | Description |
---|---|
Bars | Linear horizontal bars. |
Circular | Circular gauges. |
CircularBars | (JS Chart Only) Circular bars gauge. |
DigitalReadout | Digital readout gauge. |
Horizontal | Linear horizontal gauge |
IndicatorLight | Indicator light gauge. |
Vertical | Linear vertical gauge. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.GaugeType
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also