AnnotationCollection.Contains(Annotation) Method
Determines whether the collection contains the specified Annotation object.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
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