ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugePointerShape Enumeration

In This Topic
    C1GaugePointerShape Enumeration
    In This Topic
    The set of standard pointer shapes.
    Syntax
    'Declaration
     
    Public Enum C1GaugePointerShape 
       Inherits System.Enum
    public enum C1GaugePointerShape : System.Enum 
    Members
    MemberDescription
    Arrow1Display pointer as arrow.
    Arrow2Display pointer as arrow.
    Arrow3Display pointer as arrow.
    CustomUse the custom shape for the pointer.
    RectangleDisplay pointer as rectangle.
    RoundDisplay pointer as circle or round rectangle.
    ThumbDisplay a thumb for the linear pointer.
    TriangleDisplay pointer as triangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Gauge.C1GaugePointerShape

    See Also