The following line seems to do nothing:
gauge.GetAxis().GetLabels().SetValueFormat(_T("0"));
Used TeeChart Editor to check label format and value format remains unchanged...
Latest version VS2012 compiler.
How to set gauge series axis label format?
Re: How to set gauge series axis label format?
Hello,
I could reproduce the problem so I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1682
I could reproduce the problem so I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1682
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How to set gauge series axis label format?
Hello,
This is just to let you know the ticket #1682 has been closed as "Not a bug". You can access ValueFormat directly in the series:
This is just to let you know the ticket #1682 has been closed as "Not a bug". You can access ValueFormat directly in the series:
Code: Select all
TChart1.Series(0).ValueFormat = "0.00"
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |