ITableLegend.FontSeriesColor
ITableLegend

property FontSeriesColor: WordBool;

Type Library
TeeChartx

Description
Allows you to change the Font Color

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