ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SeriesCollection Class / Contains Method

The series to check.


In This Topic
    Contains Method (SeriesCollection)
    In This Topic
    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