Hi Steema,
We need to set Legend text style(BoldItalic,Bold,Italic etc) using Code Please provide the solution using asap.
Thanks
Plano Research
Legend Font Style
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Legend Font Style
Hello,
You can combine Font.Bold and Font.Italic properties for that. For example:
You can combine Font.Bold and Font.Italic properties for that. For example:
Code: Select all
tChart1.Legend.Font.Italic = true;
tChart1.Legend.Font.Bold = true;
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 |