ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendsCollection Class / Contains Method
The legend to check.

In This Topic
    Contains Method (LegendsCollection)
    In This Topic
    Determines whether the collection contains the specified legend.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal value As Legend _
    ) As Boolean
    public bool Contains( 
       Legend value
    )

    Parameters

    value
    The legend to check.

    Return Value

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