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

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