ILegendItem
Hierarchy Properties

Type Library
TeeChartx

Description
Allows customisation of each idividual item in the Legend.

Example:-

With TChart1.Legend.Items

.Custom = True

.Items(0).Text ="My custom Item"

End With