Charting for WPF Programmer's Guide

Legend.Position Property

See Also
 


Gets or sets the position of the legend.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Position Position { get; set; }

Visual Basic  Copy Code

Public Property Position As Position

 Property Value

One of the Position Enumeration values. Default is Position.Right.

 Remarks

Use HorizontalAlignment to specify the alignment of the legend when placed at the top or bottom side of the plot area. Use VerticalAlignment to specify the alignment of the legend when placed at the right or left side of the plot area.

 See Also