Fires when the data series is about to be drawn. This event allows changes to the brush that will be used for data series plotting, including the addition of hatching, gradients and textures.

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

Syntax

C#
public event DrawDataSeriesEventHandler DrawDataSeries
Visual Basic
Public Event DrawDataSeries As DrawDataSeriesEventHandler

Remarks

The event handler receives an argument of type DrawDataSeriesEventArgs containing data related to this event. The sender object of the event is the ChartDataSeries object about to be drawn.

See Also