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

In This Topic
    C1GaugeAlignment Enumeration
    In This Topic
    Aligment possibilities for a decorator (relative to the Gauge's axis).
    Syntax
    'Declaration
     
    Public Enum C1GaugeAlignment 
       Inherits System.Enum
    public enum C1GaugeAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe decorator is located centered in a the axis.
    InThe decorator is located inside the axis.
    OutThe decorator is located outside the axis.
    Inheritance Hierarchy

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

    See Also