ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChart Class / Rotated Property

In This Topic
    Rotated Property (FlexChart)
    In This Topic
    Gets or sets a value indicating whether to flip the axes so that X is vertical and Y is horizontal.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <C1DescriptionAttribute("FlexChart.Rotated", "Gets or sets a value indicating whether to flip the axes so that X is vertical and Y is horizontal.")>
    Public Property Rotated As Boolean
    [DefaultValue(false)]
    [C1Description("FlexChart.Rotated", "Gets or sets a value indicating whether to flip the axes so that X is vertical and Y is horizontal.")]
    public bool Rotated {get; set;}
    See Also