Represents the method that will handle the PostDrawSeries event of a ChartDataSeries class.

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

Syntax

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

See Also