Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartLegend Class / Layout Property

In This Topic
    Layout Property (ChartLegend)
    In This Topic
    Gets or sets the arrangement of labels within the legend.

    Default: ChartLegendLayout.AutoTable.

    Syntax
    'Declaration
     
    Public Property Layout As RdlEnum(Of ChartLegendLayout)
    public RdlEnum<ChartLegendLayout> Layout {get; set;}
    See Also