Dashboard.CreateRenderContext override. Creates a RenderContext instance.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
protected override RenderContext CreateRenderContext ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Function CreateRenderContext( _ |
An IGraphics surface where dashboard elements should be rendered.
The current clip rectangle.
A RenderContext instance.
See Also