The ChartAnimation class is used to work with animation parameters.
ChartAnimation
Classes that are used to work with various types of animation:
ChartAnimationFade. Change object transparency: from full transparency to full opacity.
ChartAnimationMove. Object movement.
ChartAnimationPieMove. Movement of a pie chart sector.
ChartAnimationRotate. Object rotation.
ChartAnimationScale. Object scaling.
delegate. Object that gets events generated when working with animation.
duration. Animation time (seconds).
startDelay. Initial delay before animation playback (in seconds).
initWithAnimationName:. Initializes working with animation parameters.
animationComplete:. End of animation reproduction.
animationStarted:. Start animation playback.
See also: