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