.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : GaugeType Enumeration
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
MemberDescription
BarsLinear horizontal bars.
CircularCircular gauges.
CircularBars(JS Chart Only) Circular bars gauge.
DigitalReadoutDigital readout gauge.
HorizontalLinear horizontal gauge
IndicatorLightIndicator light gauge.
VerticalLinear 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