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

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