Search
Component.hitTest Method
See Also
 






Returns the component containing specified point.

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  Copy Code

public Component hitTest (
    double x,
    double y
)

 Parameters

x

X coordinate of the point to test.

y

Y coordinate of the point to test.

 Return Value

A Component instance if one contains the point, or null otherwise.

 See Also