ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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.
    Syntax
    'Declaration
     
    Public Property Reversed As System.Boolean
    public System.bool Reversed {get; set;}
    See Also