Label
Type:
To use members described in this section, you need to obtain the point label. To do this, use the getLabel() method of a Point object.
Point
Type:
When you get a point as the return value of a function, or a callback function parameter, you can use the members of the Point object.
To get the required point of a particular series, use series' functions (e.g., getAllPoints(), getPointsByArg(pointArg)).
Series
Type:
When you get a series as the return value of a function, or a callback function parameter, you can use the members of the Series object.
To get the required series, use the chart's function getAllSeries().
Feedback