Hi,
I am using Infragistics piechart 3d in my aspx page and if I try to use lengthy label names, it overlaps with the 3d piechart.
Also, the arrow lines are not displayed properly. After applying the above mentioned criteria, the 3d piechart looks like the below. Please refer to the below screenshot.
Is there any property that can prevent this overlapping of item labels with the 3d piechart.
Thanks in advance.
Regards,
John
Hello John,
After some further research I was unable to find a property that automatically wraps label text so it does not overlap with the chart. I would recommend formatting your strings using the newline command ‘\n’.
For example:
"People Manager \n Capabilities & Interactions"
Please let me know if I may be of further assistance with this matter.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
Hi Mike,
Thanks for your interest in resolving this matter. I checked the sample that uses legend and also implemented in my Piechart 3d control.
Please note that the 3d piechart(implemented with legends) shown below has a different set of item labels.
Thanks for your suggestion in using legends. But, as per the requirements, the item labels must be displayed around the piechart itself. So, please let me know if there is any property to wrap the long item labels to the next line automatically.
Also, please reply your suggestions so that I could try out them for resolving the issue.
Hope to get your support till the issue is resolved.
Thanks & Regards,
I recommend either using a legend to display the description text you have or shortening the length of it. It also appears that the issue with the arrows is related to the length of the labels. I have attached a sample that demonstrates using a legend.
Thanks for your reply regarding this issue. I appreciate your assistance with this matter.
Please find the image below for reference.
I hope the above image gives you an idea of the problem.
Thanks in advance,
I am following up to see if this issue has been resolved with the information provided.