Skip to main content

BootstrapChartCommonAxisSettings.Inverted Property

Inverts the axis.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.2.dll

NuGet Package: DevExpress.Web.Bootstrap

#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
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