PieChart object
Repositions a label automatically with the slice when the slice is rearranged.
Expression.AutoArrangeLabel(Value ItemNameOrIndex)
An expression that returns a PieChart object
This example shows how to enable the automatically arrange labels:
ActiveDocument.Sections["UnitProdLineChart"].PieChart.AutoArrangeLabel(1)