CoordinateSystem3D Enumeration
Enumeration constants to define the Coordinate System (e.g. LHS, RHS) on the SciChart3DSurface
Syntax
public enum CoordinateSystem3D : System.Enum 
Members
MemberDescription
LeftHanded The left handed coordinate system (Default) which matches DirectX
RightHanded The right handed coordinate system, matches OpenGL
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting3D.CoordinateSystem3D

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also