Reverse Property (IndexAxis)
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 IndexAxis
Dim value As Boolean
instance.Reverse = value
value = instance.Reverse
public bool Reverse {get; set;}
Example
This example creates a funnel chart.
See Also