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

Signature
C#C#
Wiki Markup
{description}
{excerpt}A [LabelPosition|AxisLabel.LabelPosition] value specifies the position of an axis label in a chart.{excerpt}
{signature:C#}
 public sealed class LabelPosition : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class LabelPosition
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

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

...

The axis label will not be shown.

...

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

...

The axis label will be displayed next to the axis.

...

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