IChartAxis.AutoPosition

Syntax

AutoPosition: Boolean;

Description

The AutoPosition property determines whether an axis is to be automatically positioned.

Comments

This property is outdated, use IChartAxis.Position.

The default value of this property is True. To set this property to False, you need to specify value of the IChartAxis.PositionValue property.

See also:

IChartAxis