Chart.TLegendSymbol.Pen
 
 
 


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 TLegendSymbol.DefaultPen property to False.

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





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