points

Gets or sets the series data.

Parameters

filter Function

An optional function that can be used to filter the points.

Returns

Array the series points.

Example - get the series points

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