Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxis Class / Reverse Property

In This Topic
    Reverse Property
    In This Topic
    Gets or sets a value indicating whether the axis should be plotted in the reverse direction.

    Default: False.

    Syntax
    'Declaration
     
    Public Property Reverse As RdlBool
    public RdlBool Reverse {get; set;}
    See Also