IChartExternLegend.ColIntervalAuto

Syntax

ColIntervalAuto: Boolean;

Description

The ColIntervalAuto property determines whether the distance between columns of the external legend is set automatically.

Comments

If this property is set to True, the distance between columns is set automatically; if this property is set to False, the distance is set using the IChartExternLegend.ColInterval property.

Example

The property use is given in the example for IChartExternLegend.ColInterval.

See also:

IChartExternLegend