Skip to main content
A newer version of this page is available. .

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

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