IChartLegend.ItemPlacement

Fore Syntax

IChartLegend.ItemPlacement: ChartLegPlacement;

Fore.NET Syntax

IChartLegend.ItemPlacement : Prognoz.Platform.Interop.Chart.ChartLegPlacement;

Description

The ItemPlacement property determines how the legend elements are placed.

Comments

To arrange legend items in a specified number of rows and columns, select values for the CustomRows and CustomColumns properties.

Example

The property use is given in description of the CustomRows and CustomColumns properties.

See also:

IChart