MindFusion.Java Package Programmer's Guide
BubbleRenderer.drawHighlight Method
See Also
 






Renderer2D.drawHighlight override. Draws highlighted bubble in the specified RenderContext.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

protected void drawHighlight (
    RenderContext context,
    HitResult hitResult
)

 Parameters

context

A RenderContext instance.

hitResult

A HitResult instance identifying the highlighted data item.

 See Also

BubbleRenderer Members
BubbleRenderer Class
com.mindfusion.charting Namespace