When I create a chart using several Point series (plural) I have a legend with just as many entries.
When I create a chart using only one Point series I have an entry for each point of the series. This looks a bit strange to the users.
How do I make it so that there is only one entry in the legend?
thanks[/img]
One Entry In Legend When Using One Point Series
-
- Newbie
- Posts: 2
- Joined: Fri Sep 09, 2005 4:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Mr. Selger,
Yes, use:
Yes, use:
Code: Select all
tChart1.Legend.LegendStyle = Steema.TeeChart.LegendStyles.Series;
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 |