Search
Renderer2D.hitTest Method
See Also
 






SeriesRenderer.hitTest override. Hit-tests the visual representation of the Series instances in this Renderer2D for the specified data item.

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

 Syntax

Java  Copy Code

public HitResult hitTest (
    RenderContext context,
    Point2D location
)

 Parameters

context

A RenderContext instance.

location

A Point2D specifying where to look for data items.

 Return Value

A HitResult instance identifying the found data item. Result can be null.

 See Also