dotnetCHARTING Send comments on this topic.
GaugeLinearStyle Enumeration
See Also  
dotnetCHARTING Namespace : GaugeLinearStyle Enumeration


Specifies the linear gauge type.

Syntax

Visual Basic (Declaration)  
Public Enum GaugeLinearStyle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As GaugeLinearStyle
C#  
public enum GaugeLinearStyle : Enum 

Members

Member Description
Normal Default linear gauge style.
Thermometer Thermometer style.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.GaugeLinearStyle

See Also