Axis.Reverse Property
In This Article
Gets or sets whether the axis is reversed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.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.
Axis |
Axis |
---|---|
![]() |
![]() |
If the Y Axis is reversed, its values are ordered from top to down.
Axis |
Axis |
---|---|
![]() |
![]() |
See Also