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.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

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

See Also