Axis3D Enumeration
Enumeration constants to define the 3D axis X, Y or Z.
Syntax
public enum Axis3D : System.Enum 
Members
MemberDescription
XAxis X axis.
YAxis Y axis.
ZAxis Z axis.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting3D.Axis.Axis3D

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