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

In This Topic
    __items Property (_CombinedLegendDataModel)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property __items As List(Of _ItemizedLegendItemDataModel)
    public List<_ItemizedLegendItemDataModel> __items {get;}
    See Also