The ChartExtLegPlacement enumeration contains types of positioning elements of external chart legend.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Column. Elements are positioned in a single column and are aligned to the left. |
| 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: