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