Legend text color

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Herman
Newbie
Newbie
Posts: 56
Joined: Tue Dec 07, 2004 5:00 am

Legend text color

Post by Herman » Mon Jun 27, 2005 3:50 am

I add several fast line series on a chart. Each fast line series has each own color. Is it possible to make the legend text label having the same color as the fast line series? How?

Thank you

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jun 27, 2005 9:45 am

Hi Herman,

Yes, this is possible, you can use:

Code: Select all

  Chart1.Legend.FontSeriesColor:=true;
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply