ActiveReports 18 .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. If set to true, the axis direction is reversed.
    Syntax
    'Declaration
     
    ReadOnly Property Reverse As Boolean
    bool Reverse {get;}
    See Also