I'm new to UltraChart. I'm using a basic Pie Chart. The pie chart is always combing my 3 lowest numbers to "Others". I do not want that. Does anybody know how to make the Pie Chart show all data given?
Thank you.
You can set ultraChart.PieChart.OthersCategoryPercent = 0This property determines which data values go into the 'others' slice
Why is this not the default setting Infragistics!!!! - I was banging my head against the wall trying to figure out why my pie chart was showing one legend label properly but using "Others" for the other category being returned in the dataset - I've never know a pie chart to automatically lump stuff together in "Others" category by default - the default behavior should be to show each category legend seperately and if soemeone wants to group into "Others" then they use the OthersCategoryPercent and OthersCategoryText properties to do so.
Thank you. That worked great. Can I bother you with one more question? How do I convert my numbers back to whole numbers? All my data has a decimal and 2 0's after it on the Pie Chart.