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
110
Problem with overlapping labels
posted

I using the  piramid chart 3D and having problems with the labels, see the attached image, my labels are overlapping. How can I do to avoid this problem?

Thanks.

Parents
  • 53790
    posted

    Hello Dariogs2001,

     

    Maybe one possible approach to prevent this behavior is to set the properties below. For example:

    this.ultraChart1.Transform3D.XRotation = 45;

    this.ultraChart1.Transform3D.YRotation = 35;

    this.ultraChart1.Transform3D.ZRotation = 1;

     

    Please let me know if you have any questions.

    Regards

Reply Children