C1.WPF.C1Chart3D Namespace / Axis3D Class / Reversed Property


In This Topic
Reversed Property (Axis3D)
In This Topic
Gets or sets whether the axis is reversed.
Syntax
'Declaration
 
Public Property Reversed As Boolean
 
'Usage
 
Dim instance As Axis3D
Dim value As Boolean
 
instance.Reversed = value
 
value = instance.Reversed
See Also