Determines whether the collection contains the specified ChartArea.
'Declaration
Public Function Contains( _
ByVal As ChartArea _
) As System.Boolean
public System.bool Contains(
ChartArea
)
Parameters
- value
- The chart area to find in the collection.
Return Value
Boolean. True if the collection contains the specified ChartArea; otherwise False.