AutoArrangeLabel (Method)

Applies To:

PieChart object

Description:

Repositions a label automatically with the slice when the slice is rearranged.

Syntax:

Expression.AutoArrangeLabel(Value ItemNameOrIndex)

Expression Required:

An expression that returns a PieChart object

Example:

This example shows how to enable the automatically arrange labels:

ActiveDocument.Sections["UnitProdLineChart"].PieChart.AutoArrangeLabel(1)