Chart.removeSerie

Syntax

removeSerie(serie: PP.Ui.ChartCanvasSerie, redraw: Boolean);

Parameters

serie. Chart data series to be removed.

redraw. Indicates whether the chart should be redrawn. Available values:

Description

The removeSerie method removes specified data series from the chart.

Example

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

See also:

Chart