Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
285
PieChart3D Break Apart Problem
posted

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

Parents
  • 26458
    Offline posted

    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.

Reply Children
No Data