Component.HitTest override. Returns the component containing specified point.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public override Component HitTest ( |
Visual Basic
Copy Code
|
|---|
Public Overrides 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