[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.SeriesCollection.Contains

Contains Method

Contains(Series)

Determines whether the Collection contains the given Series

Declaration
public bool Contains(Series value)
Parameters
Type Name Description
Series value

The Series to find within the collection

Returns
Type Description
bool
true
if the collection contains the
value
parameter given; otherwise,
false
.