ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / Reversed Property

In This Topic
    Reversed Property (Axis)
    In This Topic
    Gets or sets a value indicating whether the axis is reversed (top to bottom or right to left).
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.Reversed", "Gets or sets a value indicating whether the axis is reversed (top to bottom or right to left).")>
    <DefaultValueAttribute(False)>
    Public Property Reversed As Boolean
    [C1Description("Axis.Reversed", "Gets or sets a value indicating whether the axis is reversed (top to bottom or right to left).")]
    [DefaultValue(false)]
    public bool Reversed {get; set;}
    See Also