Hi
I see that if I have many series and I make my chart smaller , some of the series disappear from the legend box. Is there no option for the legend box to be scrollable so that all the legends will appear even if the chart too small for all the legends to appear
Thanks.
Legend number limit
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi qcrnd,
Yes, you can use LegendScrollBar tool for that.
Yes, you can use LegendScrollBar tool for that.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi qcrnd,
No, it doesn't replace existing legend, it just adds a scrollbar to it. You can use it like this:
Or at designtime at Tools tab -> + button -> Other -> Legend ScrollBar.
Hope this helps!
No, it doesn't replace existing legend, it just adds a scrollbar to it. You can use it like this:
Code: Select all
Steema.TeeChart.Tools.LegendScrollBar legendScrollBar1 = new Steema.TeeChart.Tools.LegendScrollBar(tChart1.Chart);
Hope this helps!
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 |