Search
BorderComponent.draw Method
See Also
 






Component.Draw override. Draws this border in specified RenderContext.

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

 Syntax

JavaScript  Copy Code

function draw (context)

 Parameters

context

A RenderContext instance.

 See Also