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

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

Signature
C#
C#
 public sealed class LegendLocation : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class LegendLocation
		Inherits TypesafeEnum
{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.|
Values

Name

Description

Anchor
Bottom
Bottom
Bottom

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

Anchor
Corner
Corner
Corner

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

Anchor
Left
Left
Left

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

Anchor
NotDocked
NotDocked
NotDocked

Not docked

Anchor
Right
Right
Right

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

Anchor
Top
Top
Top

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