ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / LegendItemLayoutContext Class / rows Property

In This Topic
    rows Property (LegendItemLayoutContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Property rows As List(Of LegendItemLayoutRow)
    public List<LegendItemLayoutRow> rows {get; set;}
    See Also