A TickLabelPos value specifies the position of axis tick labels.

 public sealed class TickLabelPos : TypesafeEnum
Public NotInheritable Class TickLabelPos
		Inherits TypesafeEnum

Name

Description

HighEnd

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

Invisible

Tick labels will not be shown.

LowEnd

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

NextToAxis

Tick labels will be displayed next to the axis.