Click or drag to resize

OrientationModes Enumeration

LightningChart .NET Help

Camera orientation / rotation interpretation types, giving meaning for RotationX, RotationY and RotationZ settings and their calculation order, thus affecting camera position and orientation. See remarks for generic information on camera placement and orientation. See different enumeration values and OrientationMode property for more information on available options, their usage and effects.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum OrientationModes
Members
  Member nameValueDescription
XYZ_Mixed0

XYZ Mixed mode orientation interpretation.

Camera position is defined as X-Y extrinsic rotation and camera up direction by world Z-axis rotation.

This was the only available angle property interpretation used in LC up to version 8.3.

This interpretation has some problematic features and will be deprecated in the future. It's highly suggested to move using ZXY_Extrinsic interpretation. See Remarks for more information

ZXY_Extrinsic1
See Also