Hello
is it possible to transform the Item Label Format of ColumnChart?:
i want to transform for example 1000 to 1.000, 1000000 to 1.000.000 etc...
so tausend delimiter symbol
Thank for helping
You can set chart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:n>"
Hi Max,
This work fine just one problem i dont want for Dava_value < 1000 the comma (58 is now 58,00 etc...)
thanks