Hi,
I display on the legend the title of series displayed.
When the legend is docked on the top or on the bottom of the graph, it can not display more than 10 vertical lines. This problem does not occur on the left or right of the graph. Any ideas of the pb ?
thanks
Can not display more than 10 lines into the legend
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi franckgar,
This can be avoided using:
This can be avoided using:
Code: Select all
Chart1.Legend.MaxNumRows:=Chart1.SeriesCount;
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 |