ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationsCollection Class / Contains Method
The annotation to check.

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

    Parameters

    value
    The annotation to check.

    Return Value

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