Component.HitTest override. Returns the component containing specified point.
Namespace: MindFusion.Charting.Components
File: Panel.js
JavaScript Copy Code |
---|
function hitTest (x, y) |
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.