C1.Android.Chart Assembly / C1.Android.Chart Namespace / FlexChart Class / Rotated Property


In This Topic
Rotated Property
In This Topic
Gets or sets a value indicating whether the chart is rotated.
Syntax
'Declaration
 
Public Property Rotated As Boolean
 
'Usage
 
Dim instance As FlexChart
Dim value As Boolean
 
instance.Rotated = value
 
value = instance.Rotated
See Also