Skip to main content
A newer version of this page is available. .

BootstrapChartCommonAxisSettings.Inverted Property

Inverts the axis.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(false)]
public bool Inverted { get; set; }

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
BootstrapChart
.SettingsCommonAxis.Inverted
BootstrapPolarChart
.SettingsCommonAxis.Inverted

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