Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2070
Pie Chart Others Slice
posted

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

  • 26458
    Verified Answer
    Offline posted

    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