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
279
How to set a Integer value on data value?
posted

 

Hi, I'm having a hard time trying to change the data value displayed on a columnchart, it's displaying decimal values but i just need integer, I'll put a picture on a chart, How can I change the display format of data values? Thank you.

 

Parents
  • 26458
    Verified Answer
    Offline posted

    If you go into the chart.ColumnChart.ChartText collection, you should see the ChartTextItem you've added to display these values. The ChartTextITem has a property called ItemFormatString. Set it to <DATA_VALUE:0> and you'll just get the integer value.

Reply Children
No Data