The <ChartAnimationDelegate> protocol is used to work with chart animation.
<ChartAnimationDelegate>
animationComplete:. Stop animation playback.
- (void) animationComplete: (id) sender
sender. Object, for which animation was played.
The example of use is given in the Chart Animation section.
animationStarted:. Start animation playback.
- (void) animationStarted: (id) sender
sender. Object, for which the animation is played.
See also:
Protocols