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

ZoomingOptionsModel.UseTouchDevice Property

Gets or sets the value of the ZoomingOptions.UseTouchDevice within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v20.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public bool UseTouchDevice { get; set; }

Property Value

Type Description
Boolean

true to allow using the touch gestures; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseTouchDevice
Diagram3DModel
.ZoomingOptions .UseTouchDevice
FunnelDiagram3DModel
.ZoomingOptions .UseTouchDevice
GanttDiagramModel
.ZoomingOptions .UseTouchDevice
SimpleDiagram3DModel
.ZoomingOptions .UseTouchDevice
SwiftPlotDiagramModel
.ZoomingOptions .UseTouchDevice
XYDiagram2DModel
.ZoomingOptions .UseTouchDevice
XYDiagram3DModel
.ZoomingOptions .UseTouchDevice
XYDiagramModel
.ZoomingOptions .UseTouchDevice
See Also