Occurs when plot area is drawing.

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

Syntax

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

Remarks

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

See Also