Regarding teechart Font size
Posted: 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? Kindly provide us any solution ASAP,
Thanks in advance.
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.