redraw(local: Boolean);
local. Indicates whether it is necessary to call redrawing in the context of a specific chart data series. Available values:
true. Redrawing should be called in the context of a specific chart data series.
false. Calling redrawing in the context of a specific chart data series is not required (default).
The redraw method redraws a chart data series.
The example of use is given on the page with description of the Chart.getSelection method.
See also: