Hello NG,
I'm using a Piechart to display data. Everything is working fine but i got one question. Ultrachart shows 4 Datapoints and groups the Rest of the data under Other. Here is a screenshot of what I mean
Is there a way to show more datavalues on the chart than 4?
Thanks in advance for your help!
Stefan
Thanks for the reply.
Look at the value of chart.DoughnutChart3D.OthersCategoryPercent. Every value that is less than that percentage will be grouped into the Others section. Simply set OthersCategoryPercent to 0 to show all points.