TernaryAxisAlignment Enumeration
Enumeration constants to define the alignment of a ternary axis
Syntax
public enum TernaryAxisAlignment : System.Enum 
Members
MemberDescription
Default TernaryAxis is on the Bottom-edge of the chart surface
XAxisAlignment TernaryAxis is on the Bottom-edge of the chart surface
YAxisAlignment TernaryAxis is on the Right-side of the chart surface
ZAxisAlignment TernaryAxis is on the Left-side of the chart surface
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.Visuals.Axes.TernaryAxisAlignment

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