IZoom.AnimatedSteps
IZoom
property AnimatedSteps: Integer;
Type Library
TeeChartx
Description
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.
AnimatedSteps Example [Visual Basic]:
This code turns on the animated zoom feature:
TTChart1.Zoom.Animated = True
TChart1.Zoom.AnimatedSteps = 4