Gets or sets the position of the chart legend. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Position LegendPosition { get; set; } |
Visual Basic
![]() |
---|
Public Property LegendPosition As Position |
One of the Position enumeration values.
The property specifies the position of the chart legend at the chart's plot area. The alignment of the legend is set with LegendAlignment.
Legends are drawn when the LegendLabels property contains at least one list item with a label.
The labels can be drawn with an offset to the axes / plot area, at which it is drawn. Use LegendOffset to set the offset.
Default value for the LegendPosition property is Position.Right.