deselectPoint(point)
To learn about point selection, refer to the Selection Handling section.
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 widget's viewport which can change during zooming and scrolling.
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.