TreeDataVisualizer.isAnimating

Syntax

isAnimating();

Description

The isAnimating method indicates if chart animation is playing.

Comments

This method returns a Boolean value. If animation is playing, the method returns true, otherwise it returns false.

Example

The example of use is given in the page with the TreeDataVisualizer.animationStop method description.

See also:

TreeDataVisualizer