ChartAxis.Reverse Property
Gets or sets whether the axis is reversed.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to reverse the axis; otherwise, false. |
Remarks
If the ChartAxisX is reversed, its values are ordered from right to left.
If the ChartAxisY is reversed, its values are ordered from top to bottom.
See Also