Version

AxisTitlePosition Enumeration

Describes available positions for axis title in respect to axis labels
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also