[]
Represents chart rotation event data.
public class RotateEventArgs : EventArgs
| Name | Description |
|---|---|
| RotateEventArgs() | Creates a new instance of RotateEventArgs class. |
| RotateEventArgs(float, float, float) | Creates a new instance of RotateEventArgs class. |
| Name | 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. |