Returns the Bubble at the specified x and y coordinates. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Bubble HitTestBubble ( |
Visual Basic
![]() |
---|
Public Function HitTestBubble ( _ |
JavaScript
![]() |
---|
function HitTestBubble (x, y) |
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.