ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / Legend Class / Items Property

In This Topic
    Items Property (Legend)
    In This Topic
    Gets the collection of legend items. If Automatic is true, this collection is ignored.

    Note: the set accessor is for serialization only.

    Syntax
    'Declaration
     
    Public Property Items As LegendItemCollection
    public LegendItemCollection Items {get; set;}
    See Also