How do you get the list of items that comprise the "Others" group in a 3D pie chart?
Your suggestion was very helpful. It solved my issue.
Hello Richard,
I am just checking about the progress of this issue. Let me know if you need my further assistance on it.
Thank you for using Infragistics Components.
Thank you for posting in our forum.
In order to get the list of items in “Others” group in PieChart3D you need to iterate through all the values of your chart and compare them with OthersCategoryPercent property. This property indicates which values will be render as full independent slice in your PieChart3D and which will be combined and displayed as “Other” slice. More about OthersCategoryPercent property you may find by following the next link http://help.infragistics.com/Doc/WinForms/current/CLR4.0/?page=Infragistics4.Win.UltraWinChart.v14.2~Infragistics.UltraChart.Resources.Appearance.PieChartAppearance~OthersCategoryPercent.html
Attached I am sending you a small sample solution implementing this approach. Please check my solution and let me know if this is what you are looking for or if I am missing something.
Thank you for using Infragistics Controls.