BootstrapChart.AdjustOnZoom Property
Specifies whether or not to adjust the value axis when zooming the widget.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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.