Vue PieChart - Series
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().
Methods
Name | Description |
---|---|
clearSelection() |
Cancels the selection of this particular series. The series is displayed in its 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. |
If you have technical questions, please create a support ticket in the DevExpress Support Center.