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

A TickLabelPos value specifies the position of axis tick labels.

Signature
C#
C#
 public sealed class TickLabelPos : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class TickLabelPos
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:HighEnd}HighEnd|Tick labels will be displayed at the top of the chart's plot area.|
|{anchor:Invisible}Invisible|Tick labels will not be shown.|
|{anchor:LowEnd}LowEnd|Tick labels will be displayed at the bottom of the chart's plot area.|
|{anchor:NextToAxis}NextToAxis|Tick labels will be displayed next to the axis.|
{scrollbar}
Values

Name

Description

Anchor
HighEnd
HighEnd
HighEnd

Tick labels will be displayed at the top of the chart's plot area.

Anchor
Invisible
Invisible
Invisible

Tick labels will not be shown.

Anchor
LowEnd
LowEnd
LowEnd

Tick labels will be displayed at the bottom of the chart's plot area.

Anchor
NextToAxis
NextToAxis
NextToAxis

Tick labels will be displayed next to the axis.

Scrollbar