The ChartLegPlacement enumeration contains methods of legend elements positioning.
It is used by the following property:
Value | Brief description |
0 | Column. Elements are positioned in a single column and are aligned to the left. |
1 | InLine. Elements are positioned in a single row. |
2 | Auto. Rows and columns number is calculated automatically. |
3 | CustomColumns. Columns number is set by the user in the IChartLegend.ColCount property. |
4 | CustomRows. Rows number is set by the user in the IChartLegend.RowCount property. |
See also: