Version

CategoryTooltipLayerPosition Enumeration

Describes available positions on the crossing axis at which the category tooltip can be displayed.
Syntax
public enum CategoryTooltipLayerPosition : System.Enum 
Members
MemberDescription
AutoA position is selected automatically
InsideEndDisplays at the inside end of the axis.
InsideStartDisplays at the inside start of the axis.
OutsideEndDisplays at the outside end of the axis.
OutsideStartDisplays at the outside start of the 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