[]
Determines whether the collection contains a specific legend area.
public bool Contains(LegendArea item)
Public Function Contains(item As LegendArea) As Boolean
Type | Name | Description |
---|---|---|
LegendArea | item | Legend area to locate in collection. |
Type | Description |
---|---|
bool | true if legend area is found in the collection; otherwise, false. |