Specifies the Options of Touch activators on the Chart. Default setting is 'Drag || Pinch' permitted.
[Serializable]
public sealed enum TouchOptions : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
NoneNo automatic chart interaction active
DragDrags on Chart are active. For default interpetation Allow. The default Scroll mode is Steema.TeeChart.ScrollModes.Both, that permits a scroll in both x and y planes.
PinchPinch on Chart is active. For default interpetation Direction. The default zoom mode is Steema.TeeChart.ZoomDirections.Both, permitting a Zoom in both x and y planes.

See Also

Steema.TeeChart Namespace