Skip to main content

AnnotationCollection.Contains(Annotation) Method

Determines whether the collection contains the specified Annotation object.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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