Skip to main content

BootstrapChart.AdjustOnZoom Property

Specifies whether or not to adjust the value axis when zooming the widget.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(true)]
public bool AdjustOnZoom { get; set; }

Property Value

Type Default Description
Boolean true

true, to adjust the value axis when zooming; otherwise, false.

Remarks

The Chart control provides a built-in zooming capability. Technically, zooming is performed down the argument axis, that is, the widget focuses on a smaller range of arguments. At the same time, the visible range of values also changes. In this case, use the AdjustOnZoom option to decide whether or not to adjust the value axis to the changed visible range of values.

Note

This option is not supported when the argument axis is discrete.

See Also