Page 1 of 1

Legend Font Style

Posted: Mon Oct 13, 2014 1:34 pm
by 9526439
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 4909 times
Thanks
Plano Research

Re: Legend Font Style

Posted: Fri Oct 17, 2014 8:53 am
by narcis
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;