[]
        
(Showing Draft Content)

C1.Win.C1Chart.DrawSeriesEventHandler

DrawSeriesEventHandler Delegate

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

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

Constructors

Name Description
DrawSeriesEventHandler(object, IntPtr)

Methods

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