[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.TitlesCollection.Contains

Contains Method

Contains(Title)

Determines whether the Collection contains the given Title

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

The Title to find within the collection

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