[]
Adds an array of legend areas to the collection.
public void AddRange(LegendArea[] items)
Public Sub AddRange(items As LegendArea())
Type | Name | Description |
---|---|---|
LegendArea[] | items | Array of legend areas. |
Type | Condition |
---|---|
ArgumentNullException | items is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB). |