Search
Dashboard.Paint Method
See Also
 






Draws the dashboard to the specified graphics.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void Paint (
    IGraphics graphics,
    Rect rect
)

Visual Basic  Copy Code

Public Sub Paint( _
    graphics As IGraphics, _
    rect As Rect _
)

 Parameters

graphics

rect

 See Also