Visual Basic (Declaration) | |
---|---|
Public Enum LegendLayout Inherits System.Enum |
C# | |
---|---|
public enum LegendLayout : System.Enum |
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.LegendLayout