Search
PieRenderer.hitTest Method
See Also
 






SeriesRenderer.hitTest override. Hit-tests the slices representing data items if they contain 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 PointD specifying where to look for a pie slice.

 Return Value

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

 See Also