Chart.getSerie

Syntax

getSerie(index: Number);

Parameters

index. Index of the chart data series.

Description

The getSerie method returns chart data series by its index.

Comments

The method returns value of the ChartCanvasSerie type.

Example

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

See also:

Chart