clearSelection()
Cancels the selection of this particular series. The series is displayed in its initial style.
To cancel the selection of all chart series, call the clearSelection() method of the UI component instance.
See Also
getAllPoints()
A series point is a data object's visual representation. It can be selected, hovered over, or hidden. You can access the data object that the series point represents using the point's data field.
If data aggregation is enabled, a single series point can represent more than one data object. In this case, you can access the data objects using the point's aggregationInfo.data field.
getVisiblePoints()
Use this method to get series points in the UI component's viewport which can change during zooming and panning.
isSelected()
When a series is selected, this method returns true. Otherwise, the returned value is false.
If you have technical questions, please create a support ticket in the DevExpress Support Center.