Page tree

Versions Compared

Key

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

Excerpt

A TickLabelPos value specifies the position of axis tick labels.

Signature
C#C#
Wiki Markup
{description}
{excerpt}A [TickLabelPos|Axis.TickLabelPos] value specifies the position of axis tick labels.{excerpt}
{signature:C#}
 public sealed class TickLabelPos : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class TickLabelPos
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

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

...

Tick labels will not be shown.

...

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

...

Tick labels will be displayed next to the axis.

...

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