A newer version of this page is available.
Switch to the current version.
Axis.Reverse Property
Gets or sets whether the axis is reversed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public bool Reverse { get; set; }
<TypeConverter(GetType(BooleanTypeConverter))>
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<XtraSerializableProperty>
Public Property Reverse As Boolean
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
Feedback