Legend characteristics.
public Legend Legend {get;}

Remarks


The Legend property determines the text and drawing attributes of Chart's textual representation of Series and Series values.  
The Legend class draws a rectangle and for each Series in a Chart (or for each point in a Series) outputs a text representation of that Series (or that point).
You can use the Legend.LegendStyle and Legend.TextStyle properties to control the text used to draw the legend.
The Legend can be positioned at Left, Right, Top and Bottom chart sides using the Legend.Alignment property.
Use the Legend.Visible property to show / hide the Legend.
The Inverted property makes Legend draw text starting from bottom.
The Frame, Font and Color properties allow you to change the Legend appearance.
The Legend.ColorWidth property determines the percent width of each item's "colored" mark.
The Legend.FirstValue property controls which Series (or Series point) will be used to draw first Legend item.

See Also

Chart Class | Chart Members | Steema.TeeChart Namespace