- is there an equivalent to the VCL Legend.FontSeriesColor?
- When there is only one series, the legend shows every point (like "[ ] 151.14 2014 [ ] 153.53 2015 etc...") instead of the series title. Can we make it always show the title?
Legend
Legend
Two quick questions:
Re: Legend
Hi Jim,
Yes, try this:Jim Green wrote:
- is there an equivalent to the VCL Legend.FontSeriesColor?
Code: Select all
Chart1.legend.fontColor=true;
Yes, try this:Jim Green wrote:
- When there is only one series, the legend shows every point (like "[ ] 151.14 2014 [ ] 153.53 2015 etc...") instead of the series title. Can we make it always show the title?
Code: Select all
Chart1.legend.legendStyle="series";
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Legend
Thanks again!
BTW, is http://www.steema.com/files/public/teec ... index.html the most up to date documentation? I think I could answer some of these questions myself if it were fleshed out more. E.g., there is nothing on legend, no shadow under Tee.Font.
Jim
BTW, is http://www.steema.com/files/public/teec ... index.html the most up to date documentation? I think I could answer some of these questions myself if it were fleshed out more. E.g., there is nothing on legend, no shadow under Tee.Font.
Jim
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Legend
Hi Jim,
Apologies for the delayed reply.
We have updated the content at http://www.steema.com/files/public/teec ... index.html.
Apologies for the delayed reply.
We have updated the content at http://www.steema.com/files/public/teec ... index.html.
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 |