Search
TextComponent.draw Method
See Also
 






Component.Draw override. Draws associated Text in specified RenderContext.

Namespace: MindFusion.Charting.Components
File: TextComponent.js

 Syntax

JavaScript  Copy Code

function draw (context)

 Parameters

context

A RenderContext instance.

 See Also