Gets or sets a value indicating whether the chart is rotated.
[Foundation.Export("Rotated")]
[Browsable(true)]
public bool Rotated {get; set;}
'Declaration
<Foundation.ExportAttribute("Rotated")>
<BrowsableAttribute(True)>
Public Property Rotated As Boolean
'Usage
Dim instance As FlexChart
Dim value As Boolean
instance.Rotated = value
value = instance.Rotated