BootstrapChartZoomAndPanSettings.AllowMouseWheel Property
Specifies whether users can use the mouse wheel to zoom the chart. Applies only if zoom is allowed for the argument axis (BootstrapChartZoomAndPanSettings.ArgumentAxis is set to true) or value axis (BootstrapChartZoomAndPanSettings.ValueAxis is set to true).
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to allow users using the mouse wheel to zoom the chart; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowMouseWheel |
---|---|
BootstrapChart |
|
Remarks
Users should rotate the mouse wheel to zoom the argument axis; press Shift and rotate the mouse wheel to zoom the value axis.
See Also