Click or drag to resize

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.Wpf.Charting.Views.View3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void SetEulerAngles(
	double X,
	double Y,
	double Z
)

Parameters

X
Type: SystemDouble

[Missing <param name="X"/> documentation for "M:Arction.Wpf.Charting.Views.View3D.Camera3D.SetEulerAngles(System.Double,System.Double,System.Double)"]

Y
Type: SystemDouble

[Missing <param name="Y"/> documentation for "M:Arction.Wpf.Charting.Views.View3D.Camera3D.SetEulerAngles(System.Double,System.Double,System.Double)"]

Z
Type: SystemDouble

[Missing <param name="Z"/> documentation for "M:Arction.Wpf.Charting.Views.View3D.Camera3D.SetEulerAngles(System.Double,System.Double,System.Double)"]

See Also