Gets or sets a value indicating whether to flip the axes so that X is vertical and Y is horizontal.
Syntax
'Declaration
Public Property Rotated As Boolean
'Usage
Dim instance As FlexChart
Dim value As Boolean
instance.Rotated = value
value = instance.Rotated
public bool Rotated {get; set;}
See Also