Returns the bar at the specified position. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Bar HitTestBar ( |
Visual Basic
![]() |
---|
Public Function HitTestBar ( _ |
JavaScript
![]() |
---|
function HitTestBar (x, y) |
The Bar that includes the point specified by x and y; null if no Bar is found.
Use this method when hit - testing to find the Bar, at which the user clicks. The result can be null, so always check.