IChartExternLegend.IsMultiline

Syntax

IsMultiline: Boolean;

Description

The IsMultiline property determines whether long names of elements in the external legend are arranged in multiple lines.

Comments

The property is set to False by default, and the element names of the external legend are arranged in one line.

If this property is set to True, element names are arranged in multiple lines only if the text cannot fit in one line.

Example

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

See also:

IChartExternLegend