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