Skip to main content
A newer version of this page is available. .

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

Declaration

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

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

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