Specifies types of arrangement of labels within a legend.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ChartLegendLayout
Visual Basic
Public Enumeration ChartLegendLayout

Members

Member nameDescription
AutoTable Automatically arrange labels to fit.
Column Arrange labels in a column.
Row Arrange labels in a row.
WideTable Arrange labels in a wide table.
TallTable Arrange labels in a tall table.

See Also