Creates a RenderContext instance.
Namespace: MindFusion.Charting.Controls
File: Dashboard.js
SyntaxJavaScript
Copy Code
|
|---|
function createRenderContext (graphics, clipRect) |
A Graphics surface where dashboard elements should be rendered.
The current clip rectangle.
A RenderContext instance.
See Also