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