Is there any way that I can get an OtherTransform (or similar) object to group the data in my series based on what its point number is?
I have a pie with 10 equally sized slices:
I want the pie to look like this:
Here I have 9 slices - the last slice is really the combination of 2 slices.
I am more concerned about the scroll bar space than I am about the data grouping. The OtherTransform was crashing when I tried to write a test project, but if I understand how it's supposed to work correctly, the following example highlights an example of what I want NOT to happen:
90% A
5% B
5% C
OtherTransform.MinPercentage = 1

This chart needlessly groups B and C together with an OtherTransform.
Thank you,
Michael