Performs a hit-testing with the specified point and returns a ChartHitTestResult3D object that describes the result of the hit-test operation.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public new virtual ChartHitTestResult3D HitTest ( |
Visual Basic Copy Code |
---|
Public Shadows Overridable Function HitTest( _ |
The point to test.
An instance of the ChartHitTestResult3D class.