TLegendSymbol.Pen
 
 
 

All Units  All Classes  Properties, Methods and Events  

TLegendSymbol.Pen
TLegendSymbol

property Pen: TChartPen;

Unit
Chart

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.

Chart1.Legend.Symbol.DefaultPen := False;
Chart1.Legend.Symbol.Pen.Color := clGreen;





Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.