Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1300
format yaxis
posted

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

Parents
No Data
Reply
  • 53790
    posted

    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

Children