Version

AxisTitlePosition Enumeration

Describes available positions for axis title in respect to axis labels
Syntax
'Declaration
 
Public Enum AxisTitlePosition 
   Inherits System.Enum
public enum AxisTitlePosition : System.Enum 
Members
MemberDescription
AutoDisplays the axis title in automatically selected position based on orientation and location of the axis:

- left title position for vertical axis located on left of the chart,

- right title position for vertical axis located on right of the chart,

- top title position for horizontal axis located on top of the chart,

- bottom title position for horizontal axis located on bottom of the chart,

BottomDisplays the axis title on bottom of labels on horizontal axis
LeftDisplays the axis title to the left of labels on vertical axis
RightDisplays the axis title to the right of labels on vertical axis
TopDisplays the axis title on top of labels on horizontal axis
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