ILegendItems.Custom
ILegendItems
property Custom: WordBool;
Type Library
TeeChartx
Description
Setting to True will display the customized items in the Legend :
Example [Visual Basic]:
With TChart1.Legend.Items
.Items(0).Text = "Cust."
.Custom = True
End With