ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexChart 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 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