Search
Dashboard.hitTest Method
See Also
 






Searches for a Dashboard element at the specified location.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public HitResult hitTest (
    Point2D location
)

 Parameters

location

A Point2D instance specifying where to look for dashboard elements.

 Return Value

A HitResult instance containing information about the element found.

 See Also