I am new to teechart and i have created a simple chart with two series.
The question is in the Legend place, it shows series0 and series while I hope I can modify this as I want. Which method or property I can use to achieve this?
Thank you all in advance.
Newbie question
Hi.
Try using series Title property (at design time or in code).
Try using series Title property (at design time or in code).
Marjan Slatinek,
http://www.steema.com
http://www.steema.com
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Richard,
You can change the series title using the editor or run-time using:
The series index goes from 0 to number of series -1 in the order they are created.
You can change the series title using the editor or run-time using:
Code: Select all
TChart1.Series(0).Title = "Your Title"
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |