[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.LegendsCollection.Contains

Contains Method

Contains(Legend)

Determines whether the Collection contains the given Legend

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

The Legend to find within the collection

Returns
Type Description
bool
true

if the collection contains the

value

parameter given; otherwise,

false

.