Hello, I am using a column chart to display data from a stored procedure. Now, I need the Y-axis to display the datavalues from the stored procedure and also beside the datavalue I need it to display a "%" sign. How do I achieve this?
Thanks
Set chart.Axis.Y.Labels.ItemFormatString to "<DATA_VALUE:00.##>%"Any symbol outside the angle brackets will be displayed as is