[]
Creates a new instance of RotateEventArgs class.
public RotateEventArgs()
Creates a new instance of RotateEventArgs class.
public RotateEventArgs(float x, float y, float z)
| Type | Name | Description |
|---|---|---|
| float | x | The angle of rotation of the chart around the X axis, in radians. |
| float | y | The angle of rotation of the chart around the Y axis, in radians. |
| float | z | The angle of rotation of the chart around the Z axis, in radians. |