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

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