'Declaration Public Event AfterRotate As RotateEventHandler
public event RotateEventHandler AfterRotate
Event Data
The event handler receives an argument of type RotateEventArgs containing data related to this event. The following RotateEventArgs properties provide information specific to this event.
Property | Description |
---|---|
RotationX | The angle of rotation of the chart around the X axis, in radians. |
RotationY | The angle of rotation of the chart around the Y axis, in radians. |
RotationZ | The angle of rotation of the chart around the Z axis, in radians. |
Remarks
The event handler receives an argument of type RotateEventArgs containing data related to this event.
See Also