Back to Devexpress

ZoomingOptions.UseTouchDevice Property

corelibraries-devexpress-dot-xtracharts-dot-zoomingoptions-5d8d9681.md

latest1.4 KB
Original Source

ZoomingOptions.UseTouchDevice Property

Specifies whether users can zoom a chart with touch gestures.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool UseTouchDevice { get; set; }
vb
Public Property UseTouchDevice As Boolean

Property Value

TypeDescription
Boolean

true to allow users to zoom a chart with touch gestures; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseTouchDevice
Diagram3D

.ZoomingOptions .UseTouchDevice

|

See Also

ZoomingOptions Class

ZoomingOptions Members

DevExpress.XtraCharts Namespace