[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.LegendLayout

LegendLayout Enum

Specifies the arrangement of labels within the legend.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum LegendLayout

Fields

Name Description
Column

Indicates that the labels are arranged in a single column.

Row

Indicates that the labels are arranged in a single row.

Table

Indicates that the labels are arranged in a table with as many rows and columns as required.

Extension Methods