getBoundingRect()
Gets the parameters of the point's minimum bounding rectangle (MBR).
The object returned by this method contains the X and Y coordinates of the upper-left corner of the MBR. These coordinates are relative to the client area (widget's container). Additionally, the returned object contains the height and width of the MBR.
getLabel()
This method returns an array of two Label objects if a series point has two labels, like in a range bar or range area series. Otherwise, it returns a single Label object.
isHovered()
When a point 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 point is selected, this method returns true. Otherwise, the returned value is false.
You can select a point using its select() method. To learn more about point and series selection, refer to the Selection Handling topic.
select()
Selects the point. The point is displayed in a 'selected' style until another point is selected or the current point is deselected programmatically.
To learn about point selection, refer to the Selection Handling section.
showTooltip()
The hideTooltip() and showTooltip() methods allow you to change tooltip visibility in code. Call the point's showTooltip() method to show the tooltip of this point.
If you have technical questions, please create a support ticket in the DevExpress Support Center.