# C1.Win.Chart.Annotation.AnnotationLayer.Annotations

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Chart_Annotation_AnnotationLayer_Annotations_" data-uid="C1.Win.Chart.Annotation.AnnotationLayer.Annotations*">Annotations Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Chart_Annotation_AnnotationLayer_Annotations_" data-uid="C1.Win.Chart.Annotation.AnnotationLayer.Annotations*"></a>
<h4 id="C1_Win_Chart_Annotation_AnnotationLayer_Annotations" data-uid="C1.Win.Chart.Annotation.AnnotationLayer.Annotations">Annotations</h4>
<div class="markdown level1 summary"><p>Gets the collection of annotation elements in the <a class="xref" href="C1.Win.Chart.Annotation.AnnotationLayer.html">AnnotationLayer</a></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;Annotation.AnnotationLayer.Annotations&quot;, &quot;Gets the collection of annotation elements in the AnnotationLayer.&quot;)]
public ObservableCollection&lt;IAnnotationBase&gt; Annotations { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;Annotation.AnnotationLayer.Annotations&quot;, &quot;Gets the collection of annotation elements in the AnnotationLayer.&quot;)&gt;
Public ReadOnly Property Annotations As ObservableCollection(Of IAnnotationBase)</code></pre>
</div>
</div>
