[]
        
(Showing Draft Content)

C1.Win.C1Chart.PostDrawSeriesEventHandler

PostDrawSeriesEventHandler Delegate

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

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public delegate void PostDrawSeriesEventHandler(object sender, PostDrawSeriesEventArgs e)
Parameters
Type Name Description
object sender Represents the method that will handle the PostDrawSeries event of a ChartDataSeries class.
PostDrawSeriesEventArgs e Represents the method that will handle the PostDrawSeries event of a ChartDataSeries class.

Constructors

Name Description
PostDrawSeriesEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, PostDrawSeriesEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, PostDrawSeriesEventArgs)