ComponentOne FinancialChart for WPF
Rotated Property



C1.WPF.Chart Namespace > C1FlexChart Class : Rotated Property
Gets or sets a value indicating whether the chart is rotated.
Syntax
'Declaration
 
Public Property Rotated As Boolean
'Usage
 
Dim instance As C1FlexChart
Dim value As Boolean
 
instance.Rotated = value
 
value = instance.Rotated
public bool Rotated {get; set;}
public:
property bool Rotated {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1FlexChart Class
C1FlexChart Members