RatingChart.UseAnimation

Syntax

UseAnimation: Boolean;

Description

The UseAnimation property determines whether animation is played in the rating chart.

Comments

Use JSON or the setUseAnimation method to set the property value, and the getUseAnimation method to get the property value.

If the property value is true (default), animation can be played in the rating chart, if this property is set to false, animation is disabled.

Example

The example of property use is given on the Example of Creating the RatingChart Component page.

See also:

RatingChart