Search
Dashboard.OnRepaint Method
See Also
 






Raises the Repaint event.

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

 Syntax

C#  Copy Code

protected virtual void OnRepaint (
    RepaintEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnRepaint( _
    e As RepaintEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also