ILegendSymbol.DefaultPen
ILegendSymbol

property DefaultPen: WordBool;

Type Library
TeeChartx

Description
When True, the legend will use series pen properties to draw a border around the coloured box legend symbol.

When False, the Legend will use the legend symbol Pen property.

Example[Visual Basic]:

TChart1.Legend.Symbol.DefaultPen = False

TChart1.Legend.Symbol.Pen.Color = vbGreen