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 LabelPosition value specifies the position of an axis label in a chart.

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

Name

Description

Anchor
HighEndPlotArea
HighEndPlotArea
HighEndPlotArea

The axis label will be displayed at the top of the chart's plot area.

Anchor
Invisible
Invisible
Invisible

The axis label will not be shown.

Anchor
LowEndPlotArea
LowEndPlotArea
LowEndPlotArea

The axis label will be displayed at the bottom of the chart's plot area.

Anchor
NextToAxis
NextToAxis
NextToAxis

The axis label will be displayed next to the axis.

Scrollbar