Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.Charts

#Declaration

public bool AllowGesture { get; set; }

#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