SeriesRenderer.drawHighlight override. Draws the specified data item as highlighted using the specified RenderContext.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
protected void drawHighlight ( |
A RenderContext instance.
A HitResult instance identifying the highlighted data item. Value can be null.
RemarksUsed by hit testing to highlight the item currently selected by the user.
See Also