Regarding teechart Font size

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Amol
Advanced
Posts: 176
Joined: Mon May 29, 2006 12:00 am

Regarding teechart Font size

Post by Amol » Sat Dec 03, 2016 8:56 am

Hi steema support,

We are facing an issue regarding teechart Font size.
Here we added one Combo box, on teechart to set font.
Now here we want if we set combox value to 35(as shown in below image) then teechart header, labels, axis title and legend font or we can say all fonts that showing on chart should be set to 35 means as we set value from combobox all the teechart font should we managed accordingly.
Note: One more thing that we want i.e. we do not want to set all font individually like
Tchart1.Title.Font=35;
Tchart1.Axes.Labels.Font=35;
Tchart1.Legend.Font=35;

We want something like
Tchart1.Font=35;// Is we have something like this?
newimg.png
newimg.png (65.69 KiB) Viewed 7407 times
Kindly provide us any solution ASAP,
Thanks in advance.
Demo1.rar
(60.76 KiB) Downloaded 693 times

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Regarding teechart Font size

Post by Christopher » Mon Dec 05, 2016 9:39 am

Hello,
Amol wrote: We want something like
Tchart1.Font=35;// Is we have something like this?
No, nothing like this exists in the TeeChart API at the moment. I have added this idea as an enhancement to TeeChart's issue tracker with id=1712 which does not guarantee its implementation but which does mean that it will be considered for inclusion into a future release.
Best Regards,
Christopher Ireland / 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

Post Reply