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

In This Topic
    C1GaugeMarkShape Enumeration
    In This Topic
    The set of standard tick mark shapes.
    Syntax
    'Declaration
     
    Public Enum C1GaugeMarkShape 
       Inherits System.Enum
    public enum C1GaugeMarkShape : System.Enum 
    Members
    MemberDescription
    CustomUse the custom shape for tick marks.
    RectangleDisplay a tick mark as rectangle.
    RoundDisplay a tick mark as circle or round rectangle.
    TriangleDisplay a tick mark as triangle.
    Inheritance Hierarchy

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

    See Also