Hi,
I am using Infragistics V 8.2
I want to round Y-Axis values of column chart
Currently it is showing like 23.00 but i need to show as 23.
Regards
Siva Prasad
you can set chart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:0>". We use standard .NET string formatting. You can read more about it here:http://msdn.microsoft.com/en-us/library/dwhawy9k.aspx