redraw(recalc: Boolean, noAnimation: Boolean);
recalc. Indicates whether chart components must be recalculated. Available values:
true. Chart components must be recalculated.
false. Chart components recalculation is not required (default).
noAnimation. Indicates whether animation is used on redrawing the chart. Available values:
true. Animation is used.
false. Animation is not used (default).
The redraw method redraws the chart.
The example of use is given on the page with description of the Chart.removeAllSeries method.
See also: