Hi
I am using ultrawebchart as shown in figure. It has 2 bugs while binding more than 4 columns. It shows 4 values in 4 slices. When 5th or greater value(With lesser value) comes means it merge them into single and show it in others slice. But I want to display it in individual slice. Similiar bug exists in all pie charts.
The tooltip also wrong, it uses comma seperator for values. I need it as in label over slice. Others(13)
How can I solve this? Immediate help needed. Plz refer the attachment.
Thanks in advance
Sridhar
This is the result of the OtherCategoryPercent property setting. It's set to 3 by default, meaning that all data values that are 3% or less of the total value get grouped into a single slice. To resolve this, set chart.PieChart3D.OthersCategoryPercent = 0