ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IAxis Interface / Reverse Property

In This Topic
    Reverse Property (IAxis)
    In This Topic
    Gets a value indicating whether the axis is plotted in reverse or normally.
    Syntax
    'Declaration
     
    ReadOnly Property Reverse As Boolean
    bool Reverse {get;}

    Property Value

    A System.Boolean value. true if the axis direction is reversed; otherwise, false.
    See Also