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
Hi,
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.
Regards
I tried it but this change nothing. It is weird because I have this only when the number have commas : " 01.23" for example