Search
PieRenderer.drawHighlight Method
See Also
 






SeriesRenderer.drawHighlight override. Draws the highlighted slice in 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 identifying the highlighted data item.

 Remarks

Used by hit testing, when the user hovers with the mouse over a pie slice.

 See Also