[]
Removes a legend area from the collection.
public bool Remove(LegendArea item)
Public Function Remove(item As LegendArea) As Boolean
Type | Name | Description |
---|---|---|
LegendArea | item | Legend area. |
Type | Description |
---|---|
bool | true if item was successfully removed from the collection; otherwise, false. |