ITableLegend.Otherside
ITableLegend

property Otherside: WordBool;

Type Library
TeeChartx

Description
Changes the postion of Sieries title from one side of the table to the other.

Example:-

With TChart1.Tools

.Add tcDataTable

.Items(0).asDataTable.Legend.FontSeriesColor = True

.Items(0).asDataTable.Legend.Otherside = True

.Items(0).asDataTable.Legend.Symbol.Visible = False

End With