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. |
The event handler receives an argument of type RotateEventArgs containing data related to this event.