Searches for a series element at specified location.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C# Copy Code |
---|
public HitResult HitTest ( |
Visual Basic Copy Code |
---|
Public Function HitTest( _ |
A System.Drawing.PointF instance specifying where to look for dashboard elements.
A HitResult instance containing information about found element.
This method searches for data elements rendered exactly at specified coordinates. To find closest data point at arbitrary location, call NearestElement.