SeriesRenderer.drawHighlight override. Draws the specified data item as highlighted in 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.
RemarksUsed by hit testing to visually emphasize the currently selected data item.
See Also