Search
BubbleRenderer.drawHighlight Method
See Also
 






Renderer2D.DrawHighlight override. Draws highlighted bubble in specified RenderContext.

Namespace: MindFusion.Charting
File: BubbleRenderer.js

 Syntax

JavaScript  Copy Code

function drawHighlight (context, hitResult)

 Parameters

context

A RenderContext instance.

hitResult

A HitResult instance identifying highlighted data item.

 See Also