Skip to main content
A newer version of this page is available. .

AnnotationCollection.Contains(Annotation) Method

Determines whether the collection contains the specified Annotation object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public bool Contains(
    Annotation annotation
)

Parameters

Name Type Description
annotation Annotation

An Annotation object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified annotation; otherwise, false.

See Also