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
410
Overlapping Text on Pie Chart
posted

Hello,

The text on my pie chart sometimes overlaps each other.  Is there a way to avoid this issue?

I attached a picture of this item.

Thanks,

Mike

  • 26458
    Offline posted

    Mike,

    Sorry for the late response. There's no perfect way out of this problem. Our 3d pie chart does have some label anti-collision algorithms in place, but so far they don't work in all cases. In many cases, it's enough to slightly change the chart's rotation throught the Transform3D property. A more involved way is to handle FillSceneGraph and collect all Text primitives by looping through the SceneGraph. Once you have the texts, you can see if their bounds collide and if they do, manually adjust them.