[]
Represents the method that will handle the DrawSeries event of a ChartDataSeries class.
public delegate void DrawSeriesEventHandler(object sender, DrawSeriesEventArgs e)
| 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. |
| Name | Description |
|---|---|
| DrawSeriesEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, DrawSeriesEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, DrawSeriesEventArgs) |