Search
FunnelRenderer.drawHighlight Method
See Also
 






Highlights the specified HitResult object using the specified RenderContext.

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

 Syntax

Java  Copy Code

protected void drawHighlight (
    RenderContext context,
    HitResult hitResult
)

 Parameters

context

A RenderContext instance.

hitResult

A HitResult instance.

 Remarks

The method is called to highlight the correct chart element when the user hovers over it with the mouse.

 See Also