deselectPoint(point)
Parameters:
point:
To learn about point selection, refer to the Selection Handling section.
getAllPoints()
NOTE
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.
getVisiblePoints()
NOTE
This method does not change the behavior if you hide the series. However, if you hide a series point with the hide() method, it will no longer be considered visible.
isSelected()
Return Value:
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)
Parameters:
point:
For information on point selection, refer to the Selection Handling section.
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.