{description}
{excerpt}The [TickType|Axis.TickType] class contains all available axis tick types.{excerpt}
{signature:C#}
 public sealed class TickType : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class TickType
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:CrossAxis}CrossAxis|Tick marks will cross the axis.|
|{anchor:InsideLine}InsideLine|Tick marks will face inward.|
|{anchor:Invisible}Invisible|Tick marks will not be shown.|
|{anchor:OutsideLine}OutsideLine|Tick marks will face outward.|
{scrollbar}