Search
Dashboard.OnPaint Method
See Also
 






Control.OnPaint override. Draws the components contained by this dashboard.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

protected override void OnPaint (
    PaintEventArgs e
)

Visual Basic  Copy Code

Protected Overrides Sub OnPaint( _
    e As PaintEventArgs _
)

 Parameters

e

A PaintEventArgs instance.

 See Also