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.
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.
Thank Max,
Also I found useful stuff to change the font type, size and stile for better understanding and view,
Thanks againg, you save my day!