ChartControl.AllowGesture Property
Gets or sets a value which specifies whether an end-user can interact with the chart using a touchscreen device.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if a chart interaction via a touchscreen device is allowed; otherwiise - false. |
Remarks
To interact with the chart using a touchscreen device, make sure the AllowGesture property is enabled. Then, you can perform spread, pinch, flick and other gestures on a touchscreen device.
For more details on chart interaction, see topics in the Basic End-User Interaction section.
See Also