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?
Kindly provide us any solution ASAP,
Thanks in advance.
Regarding teechart Font size
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Regarding teechart Font size
Hello,
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.Amol wrote: We want something like
Tchart1.Font=35;// Is we have something like this?
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 |