series

Returns an array with the pane series.

Returns

Array the array holding the pane series.

Example - get the pane series

var series = pane.series();
In this article