[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.ChartAreasCollection.Contains

Contains Method

Contains(ChartArea)

Determines whether the Collection contains the given ChartArea

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

The ChartArea to find within the collection

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