Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(false)]
public bool AllowMouseWheel { get; set; }

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
.SettingsZoomAndPan .AllowMouseWheel

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