public Int32 AnimatedSteps {get; set;}
Remarks
Default: 8
The AnimatedSteps property determines the number of steps of the animated zooming sequence. Big number of steps can delay zooming. The Animated property should be True.
Example
[C#]
This code turns on the animated zoom feature:
tChart1.Zoom.Animated = true;
tChart1.Zoom.AnimatedSteps = 4;
See Also
Zoom Class | Zoom Members | Steema.TeeChart Namespace