Back to Devexpress

Axis.Reverse Property

corelibraries-devexpress-dot-xtracharts-dot-axis.md

latest1.6 KB
Original Source

Axis.Reverse Property

Gets or sets whether the axis is reversed.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool Reverse { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property Reverse As Boolean

Property Value

TypeDescription
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 = FalseAxisX.Reverse = True

If the Y Axis is reversed, its values are ordered from top to down.

AxisY.Reverse = FalseAxisY.Reverse = True

See Also

Axis Class

Axis Members

DevExpress.XtraCharts Namespace