Represents the method that will handle the PostDrawSeries event of a ChartDataSeries class.
Namespace:
C1.Win.C1ChartAssembly: 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 _ ) |