BootstrapChartZoomAndPanSettings.AllowTouchGestures Property
Specifies whether users can use touch gestures to zoom or pan the chart. Applies only if zoom and pan are allowed for the argument axis (BootstrapChartZoomAndPanSettings.ArgumentAxis is set to true) or the 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 touch gestures to zoom the chart; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowTouchGestures |
---|---|
BootstrapChart |
|
Remarks
Users can use the spread and pinch gestures to zoom in and out, and the vertical and horizontal drag gestures to pan the chart.
See Also