Chart.redraw

Syntax

redraw(recalc: Boolean, noAnimation: Boolean);

Parameters

recalc. Indicates whether chart components must be recalculated. Available values:

noAnimation. Indicates whether animation is used on redrawing the chart. Available values:

Description

The redraw method redraws the chart.

Example

The example of use is given on the page with description of the Chart.removeAllSeries method.

See also:

Chart