Search
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

A Graphics surface where dashboard elements should be rendered.

clipRect

The current clip rectangle.

 Return Value

A RenderContext instance.

 See Also