ILegendSymbol.Pen
ILegendSymbol
property Pen: IPen;
Type Library
TeeChartx
Description
This pen is used to draw a border around the color box legend symbols.
By default this pen is not used. Instead, the appropiate Series pen is used to draw the symbols borders.
To use this Pen, first set the DefaultPen property to False.
Example[Visual Basic]:
TChart1.Legend.Symbol.DefaultPen = False
TChart1.Legend.Symbol.Pen.Color = vbGreen