Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

The TickType class contains all available axis tick types.

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public NotInheritable Class TickType
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Tick marks will cross the axis.

...

Tick marks will face inward.

...

Tick marks will not be shown.

...

Tick marks will face outward.

...

{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}