ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBase Class / IsReversed Property

In This Topic
    IsReversed Property (C1GaugeBase)
    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