Returns the Bubble at the specified x and y coordinates.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Bubble HitTestBubble ( |
Visual Basic
![]() |
---|
Public Function HitTestBubble( _ |
The Y - coordinate of the mouse.
The Bubble at the position specified by x and y; null if no Bubble is found.
Use the function when hit-testing bubble charts. The result can be null, so always check.