Back to Devexpress

ChartControl.AllowGesture Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-7dc02a31.md

latest1.5 KB
Original Source

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.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
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

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace