Returns the bar at the specified position.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Bar HitTestBar ( |
Visual Basic
![]() |
---|
Public Function HitTestBar( _ |
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.