BootstrapRangeSelectorChartValueAxis.Inverted Property
Inverts the axis.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to invert the axis; otherwise, false. |
Remarks
When an axis is inverted (that is, when this option is set to true), its maximum and minimum values swap places. As a result, axis values ascend in the opposite direction. Along with the axis, series also become inverted.
See Also