ChartLegPlacement

Description

The ChartLegPlacement enumeration contains methods of legend items arrangement.

It is used by the following property:

Available Values

Value Brief description
0 Column. The items are shown in a single column, and are aligned to the left.
1 InLine. The items are shown in a single line.
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 defined by the user in the IChartLegend.RowCount property.

See also:

Chart Assembly Enumerations