removePoint(index: Integer, redraw: Boolean);
index. Index of the chart data series point to remove.
redraw. Indicates whether the chart is redrawn. Available values:
true. The chart is redrawn.
false. The chart is not redrawn (default).
The removePoint method removes point from the chart data series.
The example of use is given on the page with description of the ChartCanvasSerie.addPoint property.
See also: