RatingChart.draw

Syntax

draw(index: Number, noAnimation: Boolean);

Parameters

index. Index of the timeline step where data should be redrawn.

noAnimation. Indicates that data is redrawn without animation immediately. If it is set to true, animation will be skipped on redrawing, false - it will be redrawn with animation.

Description

The draw method redraws rating chart.

Example

The method use is given in the example for RatingChart.LineBrush.

See also:

RatingChart