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

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