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