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

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