ChartCanvasAxis.getLinkedSeries

Syntax

getLinkedSeries();

Description

The getLinkedSeries method returns an array of data series associated with the chart axis.

Comments

The method returns an array of object of the PP.Ui.ChartCanvasSerie type.

Example

The example of use is given on the Example of Creating a Scatter Chart page.

See also:

ChartCanvasSerie