Click or drag to resize

Camera3DOrientationMode Property

LightningChart .NET Help
Type of orientation angle definition used in camera orientation. This is a Dependency Property.

This affects how on the orientation angles (RotationX, RotationY and RotationZ) are interpreted and how do they affect the camera orientation / position.

See OrientationModes for more detailed description of options.


Namespace: LightningChartLib.UWP.ChartingMVVM.Views.View3D
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[DefaultValueAttribute(OrientationModes.ZXY_Extrinsic)]
public OrientationModes OrientationMode { get; set; }

Property Value

OrientationModes
See Also