I have a Piechart chart with five points. Whatever I try, the callout labels always overlap. Can you explain how to prevent this, please? I have tried to attach an image that shows this but png, jpg and bmp files are all disallowed when I drag them onto the "Drag your file here" panel below.
The points are
series.Points.Add("Universal Packaging Plant", 63)
series.Points.Add("Resource Transport Services", 11)
series.Points.Add("Global Marketting Service", 249)
series.Points.Add("Local Produce", 14)
series.Points.Add("Maintenance Dept", 1)
I am using Syncfusion 27.1.52.
Thank you.