BootstrapChartCommonAxisSettings.Inverted Property
In This Article
Inverts the axis.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true to invert the axis; otherwise, false. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Inverted |
---|---|
Bootstrap |
|
#Remarks
When an axis is inverted (that is, when this option is set to true), its maximum and minimum values swap their places. As a result, axis values ascend in the opposite direction. Along with the axis, series also become inverted.
See Also