AutoPlacement: Boolean;
AutoPlacement: System.Boolean;
The AutoPlacement property returns whether data labels are automatically placed on the chart.
When a new chart is created, the property returns True. When a label is moved or the IChartSeries.AutoplaceLabels method is called, the property returns False.
See also: