Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / Reverse Property


In This Topic
    Reverse Property (ValueAxis)
    In This Topic
    Gets or sets whether the direction of the ruler is inverted.
    Syntax
    'Declaration
     
    
    Public Property Reverse As Boolean
    'Usage
     
    
    Dim instance As ValueAxis
    Dim value As Boolean
     
    instance.Reverse = value
     
    value = instance.Reverse
    public bool Reverse {get; set;}
    See Also