Version

AxisLabelsLocation Enumeration

Describes available locations of the axis labels in the chart.
Syntax
public enum AxisLabelsLocation : System.Enum 
Members
MemberDescription
InsideBottomPlaces the axis labels inside the plotting area below the axis line.
InsideLeftPlaces the axis labels inside the plotting area and to the left of the axis line.
InsideRightPlaces the axis labels inside the plotting area and to the right of the axis line.
InsideTopPlaces the axis labels inside the plotting area above the axis line.
OutsideBottomPlaces the axis labels at the bottom, outside of the plotting area
OutsideLeftPlaces the axis labels to the left, outside of the plotting area.
OutsideRightPlaces the axis labels to the right, outside of the plotting area.
OutsideTopPlaces the axis labels at the top, outside of the plotting area.
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