All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
18.1
17.2
A newer version of this page is available. Switch to the current version.

jQuery Chart Chart Elements

This section describes chart elements.

Axis

This section describes the Axis object. This object represents a chart axis.

Type:

Object

You can call one of the following Chart instance methods to access this object:

Alternatively, you can call one of the following Series object methods:

Label

This section describes the Label object, which represents a point label.

Type:

Object

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

This section describes the Point object, which represents a series point.

Type:

Object

When you get a point as a 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 the series functions (e.g., getAllPoints(), getPointsByArg(pointArg)).

Series

This section describes the Series object, which represents a series.

Type:

Object

When you get a series as a function's return value, or a callback function parameter, you can use the members of the Series object.

To get the required series, use the chart's functions (e.g., getAllSeries(), getSeriesByName(seriesName)).