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

ZoomingOptions.UseTouchDevice Property

Specifies whether zooming can be performed using the touch device.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool UseTouchDevice { get; set; }

Property Value

Type Description
Boolean

true to allow using the touch device; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseTouchDevice
Diagram3D
.ZoomingOptions .UseTouchDevice
See Also