Version

LabelsPosition Enumeration

Describes available positions of labels.
Syntax
public enum LabelsPosition : System.Enum 
Members
MemberDescription
BestFitLabels will automatically decide their location.
CenterLabels will be displayed in the center.
InsideEndLabels will be displayed inside and by the edge of the container.
NoneNo labels will be displayed.
OutsideEndLabels will be displayed outside the container.
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