IChartAxis.AutoPosition

Syntax

AutoPosition: Boolean;

Description

The AutoPosition property determines whether an axis is automatically positioned.

Comments

The property is outdated, use IChartAxis.Position.

The property is set to True by default. If this property is set to False, specify the IChartAxis.PositionValue property.

See also:

IChartAxis