Version

AxisPosition Enumeration

Constants which determine the placement of an Axis, as relative to the chart space.
Syntax
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: Android 4.4+, iOS 8+

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

See Also