MindFusion.Charting Programmer's Guide

Chart.LegendAlignment Property

See Also
 





Gets or sets the alignment of the legend.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Alignment LegendAlignment { get; set; }

Visual Basic  Copy Code

Public Property LegendAlignment As Alignment

 Property Value

One of the Alignment Enumeration values.

 Remarks

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.

 See Also