Hello Again,
I'm using the break all slices property on the PieChart3D and it's doing a bit of a weird thing with the "Others" slice. All the other slices are breaking as expected but no matter what dataset I use this one always seems to stay put rather than breaking apart (see below)
Could you tell me how I can get this slice to behave like all the others? Also, as a minor point the labels are going a bit crazy (see PC - PTE & Agricultural Property). I read in another post that this behaviour is by design and cannot be changed but if there was anything I could set to make it look a bit better that would be great. I imagine the problem is partly down to the label length but unfortunately there's nothing I can do about this (HR & Finance come up with these snappy titles).
Thanks very much in advance,
Olly
In addition to using BreakAllSlices = true you can use BreakOtherSlice = true. We've implemented anti-collision logic for the 3d pie chart in version 7.3 but in this case some of the labels just might be too long. You can try rotating the chart so that the longer labels are at the top or bottom or reducing the value of chart.Transform3D.Scale property.
Hi Max, Literally just found the BreakOtherSlice property as your message came in and it's fixed the problem - thanks very much! I will have a play with the scale and see what I can do.
Cheers,