Camera3DRotationY Property |
LightningChart .NET Help
Part of defining camera orientation and position, by setting its
looking direction
rotation around Y-axis (Yaw, Heading, Bearing) in degrees.
Selected Orientation mode (OrientationMode) defines
how the value affects camera orientation and position.
See OrientationModes enumeration for more information.
RotationX and
RotationZ needs to be set as well for defining
camera orientation. The rotation values are taken into
account on a specific order, NOT on the order they are set.
In some orientation modes setting this value
causes user device horizontal rotation axis to be set.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "0")]
public double RotationY { get; set; }<DefaultValueAttribute(GetType(Double), "0")>
Public Property RotationY As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"0")]
property double RotationY {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also