Returns the component containing specified point.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public virtual Component HitTest ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function HitTest( _ |
X coordinate of the point to test.
Y coordinate of the point to test.
A Component instance if one contains the point, or null otherwise.
See Also