Share via


ChartLegend.Layout Property

The arrangement of labels within the legend.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Layout As ReportExpression(Of ChartLegendLayouts)
    Get
    Set
'Usage
Dim instance As ChartLegend
Dim value As ReportExpression(Of ChartLegendLayouts)

value = instance.Layout

instance.Layout = value
public ReportExpression<ChartLegendLayouts> Layout { get; set; }
public:
property ReportExpression<ChartLegendLayouts> Layout {
    ReportExpression<ChartLegendLayouts> get ();
    void set (ReportExpression<ChartLegendLayouts> value);
}
member Layout : ReportExpression<ChartLegendLayouts> with get, set
function get Layout () : ReportExpression<ChartLegendLayouts>
function set Layout (value : ReportExpression<ChartLegendLayouts>)