[]
Represents the method that will handle the DrawDataSeries event of a C1Chart class.
public delegate void DrawDataSeriesEventHandler(object sender, DrawDataSeriesEventArgs e)
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. |
The sender object is the ChartDataSeries object about to be drawn.
Name | Description |
---|---|
DrawDataSeriesEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, DrawDataSeriesEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, DrawDataSeriesEventArgs) |