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






SeriesRenderer.drawHighlight override. Draws the specified data item as highlighted using 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. Value can be null.

 Remarks

Used by hit testing to highlight the item currently selected by the user.

 See Also

Renderer2D Members
Renderer2D Class
com.mindfusion.charting Namespace