deselectPoint(point)
To learn about point selection, refer to the Selection Handling section.
getAllPoints()
isHovered()
When a series is hovered over, this method returns true. Otherwise, the returned value is false.
To learn more about point and series hover operation, refer to the Hover Handling topic.
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.