ActiveReports 12
Contains Method (SeriesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > SeriesCollection Class : Contains Method

The series to check.

Determines whether the collection contains the specified series.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As Series _
) As Boolean
public bool Contains( 
   Series value
)

Parameters

value

The series to check.

Return Value

True if the collection contains the parameter given; otherwise False.
See Also

Reference

SeriesCollection Class
SeriesCollection Members