Camera3DSetEulerAngles Method |
LightningChart .NET Help
Same as setting RotationX, RotationY and RotationZ properties
separately. Allows easier setting of the properties and
is faster than separate setting of the properties.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetEulerAngles(
double X,
double Y,
double Z
)
Public Sub SetEulerAngles (
X As Double,
Y As Double,
Z As Double
)
public:
void SetEulerAngles(
double X,
double Y,
double Z
)
Parameters
- X
- Type: SystemDouble
[Missing <param name="X"/> documentation for "M:Arction.WinForms.Charting.Views.View3D.Camera3D.SetEulerAngles(System.Double,System.Double,System.Double)"]
- Y
- Type: SystemDouble
[Missing <param name="Y"/> documentation for "M:Arction.WinForms.Charting.Views.View3D.Camera3D.SetEulerAngles(System.Double,System.Double,System.Double)"]
- Z
- Type: SystemDouble
[Missing <param name="Z"/> documentation for "M:Arction.WinForms.Charting.Views.View3D.Camera3D.SetEulerAngles(System.Double,System.Double,System.Double)"]
See Also