Search
RenderContext Constructor
See Also
 






Initializes a new instance of the RenderContext clas.

Namespace: MindFusion.Charting
File: RenderContext.js

 Syntax

JavaScript  Copy Code

function RenderContext (clipRect, theme)

 Parameters

clipRect

A Rect specifying the clip rectangle.

theme

A Theme instance where appearance attributes should be derived from.

 See Also