Has roundfirstlabel been implemented for axis labels - I can't seem to find it anywhere.
Mark
axis.roundfirstlabel
Re: axis.roundfirstlabel
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: axis.roundfirstlabel
Any movement on this to match VCL/PHP which we also use?
Mark
Mark
Re: axis.roundfirstlabel
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:
The demo here show it too.
I'll send you the new teechart.js.
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;
I'll send you the new teechart.js.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: axis.roundfirstlabel
Thank you - I'll have a play with it!
Mark
Mark