Search
SeriesRenderer.hitTest Method
See Also
 






Hit-tests the visual representation of the Series for a data item at the specified location..

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 data item found. Value can be null.

 See Also