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


Specifies the circular gauge axis labeling mode.

Syntax

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

Members

Member Description
Default Default labeling.
Radial Labels are drawn radially around the axis.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.GaugeLabelMode

See Also