Gets a collection of ChartElement objects that contain the specified point as parameter.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public new List<ChartElement> HitTest ( |
Visual Basic
Copy Code
|
|---|
Public Shadows Function HitTest( _ |
The point to test.
A collection of ChartElement objects.
See Also