IChartExternLegend.RowIntervalAuto

Syntax

RowIntervalAuto: Boolean;

Description

The RowIntervalAuto property determines whether the distance between rows of the external legend is set automatically.

Comments

If this property is set to True, the distance between rows is set automatically. If the property is set to False, the distance is set using the IChartExternLegend.RowInterval property.

Example

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

See also:

IChartExternLegend