Skip to main content

BootstrapChartZoomAndPanSettingsBuilder.AllowTouchGestures(Boolean) Method

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public BootstrapChartZoomAndPanSettingsBuilder AllowTouchGestures(
    bool allowTouchGestures
)

Parameters

Name Type
allowTouchGestures Boolean

Returns

Type
BootstrapChartZoomAndPanSettingsBuilder
See Also