Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAngleAxis Class / Reverse Property


In This Topic
Reverse Property (PolarAngleAxis)
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 PolarAngleAxis
Dim value As Boolean
 
instance.Reverse = value
 
value = instance.Reverse
See Also