IChartExternLegend.IsMultiline

Fore Syntax

IsMultiline: Boolean;

Fore.NET Syntax

IsMultiline: System.Boolean;

Description

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

Comments

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

If this property value is True, the 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