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


Specifies the gauge border shape used on gauges.

Syntax

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

Members

Member Description
Default The border shape is determined automatically.
UseBox The Series.GaugeBorderBox is used as the shape of the gauge border.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.GaugeBorderShape

See Also