hi
how to display percentage in Legends using pie chart in window appliaction
Like
series1 (12%)
series1 (25%)
Hi Manish,
Here is what you need:
ultraChart1.Legend.FormatString = "<ITEM_LABEL>%";
Let me know if this helps.