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
20
Remove double zeros (00) from axis
posted

Hello, 

I am using the Infragistics controls for Winforms v17.1. I have built a BarGraph. In the place where the two axis are met, I see two zeros (00). 

I need to see just one zero - as this is probably the starting point of the axis. 

I searched in the forum, but i couldn't find something relative. Can you please give me a hand?

Thank you in advance. 

Kostas 

Parents
No Data
Reply
  • 6120
    Offline posted

    Hello Kostas,

    You would set the Y-axis Label's ItemFormatString to something like this in order to render just one zero as the starting point of it.

    ultraChart1.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:0>";

    Please let me know if I may be of further assistance.

    Sincerely,
    Sahaja Kokkalagadda
    Associate Software Developer

Children
No Data