IMapLegend.ElementPlacement

Syntax

ElementPlacement: MapLegendElementPlacement;

Description

The ElementPlacement property determines the method of legend elements layout.

Comments

On selecting the type of legend elements layout into several columns, use the IMapLegend.ColumnCount property to set the number of columns. On selecting the type of legend elements layout into several rows, use the IMapLegend.RowCount property to set the number of rows.

Example

The property use is given in the example for IMapLegend.MarkerSize.

See also:

IMapLegend