ITableLegend
Hierarchy Properties Methods

Type Library
TeeChartx

Description
Interface that allow access to the properties of the Data Table tool related directly to the table itself, for example 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