I need percentage on y-axis of column chart as shown in the attachment. Can any one help me....
You can append a percentage sign in the y axis format string:chart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:0.##>%"