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
40
Prevent label collision in Pie Chart 3d
posted

Hi everyone,

I have a PieChart3d and the labels are colliding with each other. i have read about the labels Layout behaviour property and set it to auto. but as you can see in the picture 2 labels are colliding. What would be the best way to prevent this.

the code that i have written for layout behaviour is as follows:

 <X Visible="true">
   <Labels Layout-Behavior="Auto">
       <Layout Behavior="Auto" Padding="10">
       </Layout>
   </Labels>
 </X>

under the axis tag in source view. kindly advise as to how to do this?

Any help will be very much appreciated.

 

Parents
No Data
Reply
  • 49378
    posted

    Hi pankajsingh5k,

    It has been some time since your post however in case you still need assistance I would be glad to help.

    It seems that currently this functionality is not available out of the box, however the are a number of steps you can take for avoiding label collision. Please refer to the following thread for more information:

    http://blogs.infragistics.com/forums/p/46278/249045.aspx

    Feel free to contact me if you have any questions.

Children
No Data