Search
CandlestickRenderer.hitTest Method
See Also
 






Renderer2D.hitTest override. Hit-tests the candlestick bar representations of data items.

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 candlestick.

 Return Value

A HitResult instance identifying the found data item.

 See Also