ComponentOne FlexChart for WinForms
Rotated Property


C1.Win.Chart Namespace > FlexChart Class : Rotated Property
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

Reference

FlexChart Class
FlexChart Members