Gets or sets the alignment of the legend.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Alignment LegendAlignment { get; set; } |
Visual Basic
![]() |
---|
Public Property LegendAlignment As Alignment |
One of the Alignment Enumeration values.
The LegendAlignment property specifies the alignment of the legend at the side of the chart that it is drawn at.
Chart legends are drawn when the LegendLabels property is not an empty array. The position of the chart legend is set with LegendPosition.
Default value for the LegendAlignment property is Alignment.Begin.