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

...

Description

Excerpt

The TickType class contains all available axis tick types.

Signature
C#
C#
 public sealed class TickType : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
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}
Values

Name

Description

Anchor
CrossAxis
CrossAxis
CrossAxis

Tick marks will cross the axis.

Anchor
InsideLine
InsideLine
InsideLine

Tick marks will face inward.

Anchor
Invisible
Invisible
Invisible

Tick marks will not be shown.

Anchor
OutsideLine
OutsideLine
OutsideLine

Tick marks will face outward.

Scrollbar