Renderer2D.DrawHighlight override. Draws highlighted bubble in specified RenderContext.
Namespace: MindFusion.Charting
File: BubbleRenderer.js
SyntaxJavaScript
Copy Code
|
|---|
function drawHighlight (context, hitResult) |
A RenderContext instance.
A HitResult instance identifying highlighted data item.
See Also