AxisAlignment Enumeration
Enumeration constants to define the alignment of an axis
Syntax
public enum AxisAlignment : System.Enum 
Members
MemberDescription
Bottom Axis is on the Bottom-edge of the chart surface
Default Axis is on the Bottom-edge of the chart surface
Left Axis is on the Left-side of the chart surface
Right Axis is on the Right-side of the chart surface
Top Axis is on the Top-edge of the chart surface
Inheritance Hierarchy

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

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