Hi ,
I have a small issue , my y axis is in the format : 00.00 , if gives numbers like : 05.5 , but I want to see 5.5 do you have any idea ?
Thanks
Yes I finally solved my issue.
Have you been able to resolve your issue ? Are you able to upload small sample that reproduce your issue. Let me know if you have any questions.
Regards
Hi,
Hm, are you able to send me your sample. I`ll be glad to research it. Also could you please tell me what is your current version and do you have any installed service release and which one. I made my test with version 11.2 and latest available build 11.2.20112.2031 and everything works properly.
I`ll wait you response.
I tried it but this change nothing. It is weird because I have this only when the number have commas : " 01.23" for example
Maybe you could try to set the format property with ##.## instead of 00.00.
For example:
axisY.Labels.ItemFormatString = "<DATA_VALUE:##.##>";
Let me know if you have any questions.