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


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