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

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