Search
Dashboard.Draw Method
See Also
 






Draws the dashboard on specified IGraphics surface.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

protected virtual void Draw (
    IGraphics g,
    Rectangle layoutRect,
    Rectangle clipRect
)

Visual Basic  Copy Code

Protected Overridable Sub Draw( _
    g As IGraphics, _
    layoutRect As Rectangle, _
    clipRect As Rectangle _
)

 Parameters

g

An IGraphics instance.

layoutRect

Current layout rectangle.

clipRect

Current clip rectangle.

 See Also