MindFusion.Charting for JavaScript Programmer's Guide
Dashboard.createRenderContext Method
See Also
 






Creates a RenderContext instance.

Namespace: MindFusion.Charting.Controls
File: Dashboard.js

 Syntax

JavaScript  Copy Code

function createRenderContext (graphics, clipRect)

 Parameters

graphics

Type: Graphics
A Graphics surface where dashboard elements should be rendered.

clipRect

Type: Rect
The current clip rectangle.

 Return Value

Type: RenderContext
A RenderContext instance.

 See Also

Dashboard Members
Dashboard Class
MindFusion.Charting.Controls Namespace