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 widget instance.
See Also
deselectPoint(point)
To learn about point selection, refer to the Selection Handling section.
getAllPoints()
getVisiblePoints()
isSelected()
When a series is selected, this method returns true. Otherwise, the returned value is false.
You can select a series using its select() method. To learn more about point and series selection, refer to the Selection Handling topic.
selectPoint(point)
For information on point selection, refer to the Selection Handling section.
If you have technical questions, please create a support ticket in the DevExpress Support Center.