ChartCanvasSerie.removePoint

Syntax

removePoint(index: Integer, redraw: Boolean);

Parameters

index. Index of the chart data series point to remove.

redraw. Indicates whether the chart is redrawn. Available values:

Description

The removePoint method removes point from the chart data series.

Example

The example of use is given on the page with description of the ChartCanvasSerie.addPoint property.

See also:

ChartCanvasSerie