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
Member | Description |
---|
None | No automatic chart interaction active |
Drag | Drags 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. |
Pinch | Pinch 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