IChartExternLegend.ItemPlacement

Syntax

ItemPlacement: ChartExtLegPlacement;

Description

The ItemPlacement property determines how external legend elements are placed.

Comments

The ItemPlacement property is set to ChartExtLegPlacement.Auto by default.

If the ItemPlacement property is set to ChartExtLegPlacement.CustomColumns, the number of columns is equal to IChartExternLegend.ColCount. If the ColCount value is less than one, the number of columns is equal to one. If the ColCount value is greater than the number of elements, the number of columns equals to the number of elements.

If the ItemPlacement property is set to ChartExtLegPlacemen.CustomRows, the number of rows is equal to IChartExternLegend.RowCount. If the RowCount value is less than one, the number of rows is taken as one. If the RowCount value is greater than the number of elements, the number of rows equals to the number of elements.

Example

The property use is given in the examples for RowCount and ColCount.

See also:

IChartExternLegend