ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Legend Class / Layout Property

In This Topic
    Layout Property (Legend)
    In This Topic
    Gets or sets the arrangement of labels within the legend.
    Syntax
    'Declaration
     
    Public Property Layout As LegendLayout
    public LegendLayout Layout {get; set;}

    Property Value

    A LegendLayout enumeration indicating the arrangement of labels within the legend.
    See Also