public Boolean Allow {get; set;}
Remarks
The Zoom Allow boolean property toggles the runtime Zoom. Setting it to True will allow runtime Zoom by dragging the mouse.
Example
[C#]
tChart1.Zoom.Allow = true;
See Also
Zoom Class | Zoom Members | Steema.TeeChart Namespace