Performs hit-testing on the chart and returns information about the chart elements at the specified point.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public new ChartHitTestResult HitTest ( |
Visual Basic
Copy Code
|
|---|
Public Shadows Function HitTest( _ |
The point to test, relative to the chart's coordinates.
A ChartHitTestResult object containing information about the elements at the specified point.
See Also