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

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
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
FunnelDiagram3D
.ZoomingOptions.UseTouchDevice
GanttDiagram
.ZoomingOptions.UseTouchDevice
SimpleDiagram3D
.ZoomingOptions.UseTouchDevice
SwiftPlotDiagram
.ZoomingOptions.UseTouchDevice
XYDiagram
.ZoomingOptions.UseTouchDevice
XYDiagram2D
.ZoomingOptions.UseTouchDevice
XYDiagram3D
.ZoomingOptions.UseTouchDevice
See Also