Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{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}