[]
        
(Showing Draft Content)

FarPoint.Win.Chart.PlotAreaCollection.Contains

Contains Method

Contains(PlotArea)

Determines whether the collection contains a specific plot area.

Declaration
public bool Contains(PlotArea item)
Public Function Contains(item As PlotArea) As Boolean
Parameters
Type Name Description
PlotArea item

Plot area to locate in collection.

Returns
Type Description
bool

true if plot area is found in the collection; otherwise, false.

Implements