Gets or sets the arrangement of labels within the legend.

Default: AutoTable.

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

Syntax

C#
public RdlEnum<ChartLegendLayout> Layout { get; set; }
Visual Basic
Public Property Layout As RdlEnum(Of ChartLegendLayout)
	Get
	Set

See Also