Axis.Reverse Property
Gets or sets whether the axis is reversed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool Reverse { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | true, to reverse the axis; otherwise, false. |
Remarks
If the X Axis is reversed, its values are ordered from right to left.
| AxisX.Reverse = False | AxisX.Reverse = True |
|---|---|
![]() |
![]() |
If the Y Axis is reversed, its values are ordered from top to down.
| AxisY.Reverse = False | AxisY.Reverse = True |
|---|---|
![]() |
![]() |
See Also


