[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.LegendItemsCollection.Contains

Contains Method

Contains(LegendItem)

Determines whether the Collection contains the given LegendItem

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

The LegendItem to find within the collection

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