Skip to main content

ScrollingOptions2D.UseTouchDevice Property

Specifies whether scrolling can be performed using the touch device.

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 using the touch device; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseTouchDevice
XYDiagram2D
.ScrollingOptions .UseTouchDevice
See Also