Search
BarOverlayRenderer.drawHighlight Method
See Also
 






Renderer2D.drawHighlight override. Draws highlighted bar in 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 where the highlighted bar is drawn.

hitResult

A HitResult instance identifying highlighted data item.

 See Also