Fires when chart is drawn.

Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public event PaintEventHandler Paint
Visual Basic
Public Event Paint As PaintEventHandler

Remarks

The event handler receives an argument of type PaintEventArgs containing data related to this event.

See Also