TTeeZoom.AnimatedSteps

TTeeZoom.AnimatedSteps
TTeeZoom

property AnimatedSteps: Integer;

Unit
TeeProcs

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.

Example
This code turns on the animated zoom feature:

Chart1.Zoom.Animated := True ;
Chart1.Zoom.AnimatedSteps := 4 ;