Search code examples
delphidelphi-xe2teechart

Can PieSeries of TeeChart summarize non-signifant data into an "Other" slice?


I have a TPieSeries which looks like this image when populated with data. Not very bright... Can I instruct the pie series to show the top N most significant records, and summarize the rest in another slice named "Others"? So far, the only thing I've come up with has been to set chart paging and order my data so that the top N records are shown on the first page. I'm using TeeChart Standard v2011.03.32815 VCL. enter image description here


Solution

  • Yes, you can do it using the OtherSlice property as shown in Yeray's example here.