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