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

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