The ChartExtLegPlacement enumeration contains types of positioning elements of chart external legend.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Column. The elements are arranged in one column with the alignment to the left edge. |
| 1 | InLine. The elements are arranged in one row. |
| 2 | Auto. The elements are arranged automatically. |
| 3 | CustomColumns. The elements are arranged in the specified number of columns. The number of columns is defined in the ColCount property. |
| 4 | CustomRows. The elements are arranged in the specified number of rows. The number of rows is defined in the RowCount property. |
See also: