Version

TickMark Enumeration

Constants which determine the placement of an axis' major and minor tick marks.
Syntax
public enum TickMark : System.Enum 
Members
MemberDescription
CrossThe tick marks cross the axis line.
InsideThe tick marks appear on the side of the axis line closest to the inside of the plot area.
NoneTick marks are not displayed.
OutsideThe tick marks appear on the side of the axis line closest to the outside of the plot 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