Version

AxisPosition Enumeration

Constants which determine the placement of an Axis, as relative to the chart space.
Syntax
'Declaration
 
Public Enum AxisPosition 
   Inherits System.Enum
public enum AxisPosition : System.Enum 
Members
MemberDescription
AutomaticThe axis is positioned automatically, with the value axes appearing on the left/right, and the category axes appearing on the top/bottom.
BottomThe axis appears alongside the bottom edge of the chart.
LeftThe axis appears alongside the left edge of the chart.
RightThe axis appears alongside the right edge of the chart.
TopThe axis appears alongside the top edge of the chart.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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