LegendItemCollection.LegendItemCollection Constructors
Initializes a new instance of the LegendItemCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | LegendItemCollection() | Initializes a new empty instance of the LegendItemCollection class. |
Public method | LegendItemCollection(IEnumerable< LegendItem > items) | Initializes a new instance of the LegendItemCollection class with the specified elements. |
LegendItemCollection()
Initializes a new empty instance of the LegendItemCollection class.Syntax
public LegendItemCollection ()
LegendItemCollection(IEnumerable< LegendItem > items)
Initializes a new instance of the LegendItemCollection class with the specified elements.Syntax
public LegendItemCollection (
IEnumerable< LegendItem > items
)
Parameters
items
Type: A collection of LegendItem elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android