Legend Font Style

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
amol
Advanced
Posts: 231
Joined: Tue Mar 29, 2005 5:00 am

Legend Font Style

Post by amol » Mon Oct 13, 2014 1:34 pm

Hi Steema,

We need to set Legend text style(BoldItalic,Bold,Italic etc) using Code Please provide the solution using asap.
2014-10-13_185727.png
2014-10-13_185727.png (1.91 KiB) Viewed 4910 times
Thanks
Plano Research

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Legend Font Style

Post by Narcís » Fri Oct 17, 2014 8:53 am

Hello,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply