.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : GaugeBorderShape Enumeration
GaugeBorderShape Enumeration
Specifies the gauge border shape used on gauges.
Syntax
'Declaration
 
Public Enum GaugeBorderShape 
   Inherits System.Enum
'Usage
 
Dim instance As GaugeBorderShape
public enum GaugeBorderShape : System.Enum 
Members
MemberDescription
DefaultThe border shape is determined automatically.
UseBoxThe Series.GaugeBorderBox is used as the shape of the gauge border.
Inheritance Hierarchy

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

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