deselectPoint(point)
To learn about point selection, refer to the Selection Handling section.
getVisiblePoints()
Use this method to get points that lay within the visible range defined by the min and max options of an axis. This method is also useful if you need to obtain the points displayed when data aggregation is applied.
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.