Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1BulletGraph Class / IsReversed Property

In This Topic
    IsReversed Property (C1BulletGraph)
    In This Topic
    Gets or sets whether scale values should appear in reversed order (from Maximum to Minimum).
    Syntax
    'Declaration
     
    Public Property IsReversed As System.Boolean
    public System.bool IsReversed {get; set;}
    See Also