Page tree

Versions Compared

Key

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

Excerpt

The LegendLocation class contains all available legend positions relative to a chart's plot area.

Signature
C#C#
Wiki Markup
{description}
{excerpt}The [LegendLocation|Legend.LegendLocation] class contains all available legend positions relative to a chart's plot area.{excerpt}
{signature:C#}
 public sealed class LegendLocation : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class LegendLocation
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

The legend will be at the bottom of the plot area and horizontally centered.

...

The legend will be in the top-right corner of the chart.

...

The legend will be to the left of the chart and vertically centered.

...

Not docked

...

The legend will be to the right of the chart and vertically centered.

...

{signature}
{values}
||Name||Description||
|{anchor:Bottom}Bottom|The legend will be at the bottom of the plot area and horizontally centered.|
|{anchor:Corner}Corner|The legend will be in the top\-right corner of the chart.|
|{anchor:Left}Left|The legend will be to the left of the chart and vertically centered.|
|{anchor:NotDocked}NotDocked|Not docked|
|{anchor:Right}Right|The legend will be to the right of the chart and vertically centered.|
|{anchor:Top}Top|The legend will be at the top of the plot area and horizontally centered.|