Represents the method that will handle the DrawDataSeries event of a C1Chart class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public delegate void DrawDataSeriesEventHandler(
	Object sender,
	DrawDataSeriesEventArgs e
)
Visual Basic
Public Delegate Sub DrawDataSeriesEventHandler ( _
	sender As Object, _
	e As DrawDataSeriesEventArgs _
)

Remarks

The sender object is the ChartDataSeries object about to be drawn.

See Also