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

In This Topic
    items Property (_ItemizedLegendView)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property items As List(Of ILegendItemModel)
    public List<ILegendItemModel> items {get;}
    See Also