You change the text to "Others" when the grouping is too small, which is good, but I need to translate this. How can i achieve this?
Set the following property to the text string you want (assuming this is for PieChart):chart.PieChart.OthersCategoryText = "your text";
Thanks that works good but i have one more problem. Sometimes I have 3 items in my pie chart, 2 items are rendered properly but the third one is below 1 % and instead of showing its name, it shows others, that is nonsense because there is only 1 item that is just renamed others.