I have a chart control that is displaying columns with values on top (series with labels). Those values come from the database and they are already in the percentage format (i.e.: displaying 12.54 not 0.1254)
I want to add the "%" next to the numbers.
when I try to use the "LabelFormat" property and set it to "P2" i get the numbers like this:
1254.00% !!
I think the P2 is doing some calculations!
I just want to add the "%" symbol next to the number. that's it
can anyone help?