IChartLabel.AutoPlacement

Syntax

AutoPlacement: Boolean;

Description

The AutoPlacement property returns whether data labels are automatically placed on the chart.

Comments

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:

IChartLabel