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.
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
Have you been able to resolve your issue ? Please if you have any questions, do not hesitate to ask me
No exactly what I was looking for, but I could work.