ChartAnimation

Description

The ChartAnimation class is used to work with animation parameters.

Inheritance Hierarchy

          NSObject

          ChartAnimation

Supported Protocols

<ChartAnimationDelegate>

Comments

Classes that are used to work with various types of animation:

Properties

delegate. Object that gets events generated when working with animation.

duration. Animation time (seconds).

startDelay. Initial delay before animation playback (in seconds).

Methods

initWithAnimationName:. Initializes working with animation parameters.

Methods inherited from <ChartAnimationDelegate>

animationComplete:. End of animation reproduction.

animationStarted:. Start animation playback.

See also:

Classes