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 PieChart - Series

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

Type:

Object

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().

Fields

Fields that provide information on the series.

Methods

Methods used to control the series.

Name Description
clearSelection()

Unselects all the selected points of the series. The points are displayed in an initial style.

deselectPoint(point)

Deselects the specified point. The point is displayed in an initial style.

getAllPoints()

Gets all points in the series.

getColor()

Gets the color of a particular series.

getPointByPos(positionIndex)

Gets a series point with the specified index.

getPointsByArg(pointArg)

Gets a series point with the specified argument value.

getVisiblePoints()

Gets visible series points.

hide()

Hides a series at runtime.

isSelected()

Provides information about the selection state of a series.

isVisible()

Provides information about the visibility state of a series.

select()

Selects the series.

selectPoint(point)

Selects the specified point. The point is displayed in a 'selected' style.

show()

Makes a particular series visible.