[]
Determines whether the Collection contains the given ChartArea
public bool Contains(ChartArea value)
| Type | Name | Description |
|---|---|---|
| ChartArea | value | The ChartArea to find within the collection |
| Type | Description |
|---|---|
| bool |
if the collection contains the
parameter given; otherwise,
. |