Skip to main content

BootstrapRangeSelectorChartValueAxis.Inverted Property

Inverts the axis.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.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.

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