[]
Represents a method that handle a chart data events.
public delegate void ChartDataEventHandler(object sender, ChartDataEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| ChartDataEventArgs | e | A ChartDataEventArgs that contains event data. |
| Name | Description |
|---|---|
| ChartDataEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, ChartDataEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, ChartDataEventArgs) |