The Alignment property defines the Legend position.
public LegendAlignments Alignment {get; set;}

Remarks


Default: Right

The Alignment property defines the Legend position.

Legend can be currently placed at Top, Left, Right and Bottom side of Chart.

Left and Right Legend alignments define a vertical Legend with currently one single column of items.

Top and Bottom Legend alignments define an horizontal Legend with currently one single row of items.

The Legend itself automatically reduces the number of displayed legend items based on the available charting space.

The Legend.ResizeChart property controls if Legend dimensions should be used to reduce Chart points space.

The Legend.GetLegendRect event provides a mechanism to supply the desired Rectangle Legend dimensions and placement.

The Legend.GetLegendPos event can be used to specify fixed Legend items X Y coordinates.

The Legend.HorizMargin and VertMargin properties control distance between Legend and Left and Right margins.

The Legend.TopLeftPos property can be used in Left Legend alignments to control vertical distance between Legend and Top Chart Margin.  

These techniques allow almost complete Legend control.

Legend is quite a big class with many available formatting and dimensioning properties.

See Also

Legend Class | Legend Members | Steema.TeeChart Namespace