ISeriesAnimationTool.Loop
ISeriesAnimationTool
property Loop: ESeriesAnimationLoop;
Type Library
TeeChartx
Description
Gets or sets if the animation will stop when finished or will re-start again.
Possible values are:
salNo (no loop, single pass animation, the animation stops when finished)
salOneWay (the animation loops starting from the beggining)
salCircular (the animation loops from the last step to the first and then to the last again)
The default value is salNo meaning the animation will not perform any loop.