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:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(OrientationModes.ZXY_Extrinsic)]
public OrientationModes OrientationMode { get; set; }

Property Value

Type: OrientationModes
See Also