c# - How to put Label on Column of chart as shown in image -


i want put perfect percentage on each chart column shown in fig in c# windows forms.

[1]: http://i.stack.imgur.com/cydga.png

how accomplish this?

in addition sak's answer uses more powerful formatting, can simple percentage keywords chart control provides:

yourseries.label = "#percent";  

Comments