ChartExtLegPlacement

Description

The ChartExtLegPlacement enumeration contains types of positioning elements of external chart legend.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Column. Elements are arranged in one column with the alignment to the left edge.
1 InLine. Elements are arranged in one row.
2 Auto. Elements are arranged automatically.
3 CustomColumns. Elements are arranged in the specified number of columns. The number of columns is determined in the ColCount property.
4 CustomRows. Elements are arranged in the specified number of rows. The number of rows is determined in the RowCount property.

See also:

Chart Assembly Enumerations