[]
        
(Showing Draft Content)

C1.Win.C1Chart.DrawDataSeriesEventHandler

DrawDataSeriesEventHandler Delegate

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

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

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

Constructors

Name Description
DrawDataSeriesEventHandler(object, IntPtr)

Methods

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