Skip to main content

RotationOptions.UseTouchDevice Property

Specifies whether users can rotate a chart with touch gestures.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool UseTouchDevice { get; set; }

Property Value

Type Description
Boolean

true to allow touch gestures; otherwise, false.

Property Paths

You can access this nested property as listed below:

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