Click or drag to resize

Camera3DOrientationMode Property

LightningChart .NET Help
Type of orientation angle definition used in camera orientation.

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

Property Value

Type: OrientationModes
See Also