Version

TickMark Enumeration

Constants which determine the placement of an axis' major and minor tick marks.
Syntax
'Declaration
 
Public Enum TickMark 
   Inherits System.Enum
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also