Page 1 of 1
axis.roundfirstlabel
Posted: Mon Feb 02, 2015 10:35 pm
by 17769562
Has roundfirstlabel been implemented for axis labels - I can't seem to find it anywhere.
Mark
Re: axis.roundfirstlabel
Posted: Tue Feb 03, 2015 9:27 am
by yeray
Hello,
I've just added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1112
Re: axis.roundfirstlabel
Posted: Fri Jul 03, 2015 11:23 pm
by 17769562
Any movement on this to match VCL/PHP which we also use?
Mark
Re: axis.roundfirstlabel
Posted: Fri Jul 24, 2015 10:15 am
by yeray
Hello Mark,
Excuse us for the delayed reply here.
We've just implemented the roundFirst property for the axis labels (true by default). So you'll be able to do:
Code: Select all
Chart1.axes.bottom.labels.roundFirst = false;
The demo
here show it too.
I'll send you the new teechart.js.
Re: axis.roundfirstlabel
Posted: Sun Jul 26, 2015 4:34 pm
by 17769562
Thank you - I'll have a play with it!
Mark