[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.LabelsCollection.Contains

Contains Method

Contains(string)

Determines whether the Collection contains the given element

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

The string to find within the collection

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