Hi,
I got a PieChart3D with some data in. The labels were display properly, but there are some leader line stick with the chart. You can see it in the image below. "No work order" label is good, but the remaining.
My desire is move the label a little far from the chart, then lengthen leader lines. I looked for such a property like PieChart3D.Labels.LeaderLineLength or some but not successful. Could you point me to the correct work around? Thanks.
Unfortunately, currently there is not such functionality. As I'm seeing from your chart image, the space is not big and for that the labels are so close to the pie. One thing you can try is:
this.ultraChart1.PieChart3D.RadiusFactor = 50;
Also you can try rotating the chart.
http://samples.infragistics.com/2008.3/WebFeatureBrowser/contents.aspx?showCode=True&t=WebCharts/3D/Rotation.aspx~srcview.aspx?path=../webfeaturebrowservb/WebCharts/3D/Rotation.src~srcview.aspx?path=WebCharts/3D/Rotation.src