# C1.WPF.Chart.Annotation.AnnotationLayer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_Annotation_AnnotationLayer" data-uid="C1.WPF.Chart.Annotation.AnnotationLayer" class="text-break">AnnotationLayer Class
</h1>
  <div class="markdown level0 summary"><p>Represents an annotation layer for <a class="xref" href="C1.WPF.Chart.FlexChart.html">FlexChart</a></p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">AnnotationLayer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IAnnotationLayer</span></div>
    <div><a class="xref" href="C1.WPF.Chart.IChartLayer.html">IChartLayer</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.Annotation.html">C1.WPF.Chart.Annotation</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Chart.dll</h6>
  <h5 id="C1_WPF_Chart_Annotation_AnnotationLayer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AnnotationLayer : DependencyObject, IAnnotationLayer, IChartLayer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AnnotationLayer
    Inherits DependencyObject
    Implements IAnnotationLayer, IChartLayer</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_Annotation_AnnotationLayer__ctor" data-uid="C1.WPF.Chart.Annotation.AnnotationLayer.#ctor">
          <a class="xref" href="C1.WPF.Chart.Annotation.AnnotationLayer.-ctor.html#C1_WPF_Chart_Annotation_AnnotationLayer__ctor">AnnotationLayer()</a>
        </td>
        <td class="markdown level1 summary"><p>Create an instance of AnnotationLayer.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_Annotation_AnnotationLayer_ChartProperty" data-uid="C1.WPF.Chart.Annotation.AnnotationLayer.ChartProperty">
          <a class="xref" href="C1.WPF.Chart.Annotation.AnnotationLayer.ChartProperty.html">ChartProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Chart dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Annotation_AnnotationLayer_DrawOnTopProperty" data-uid="C1.WPF.Chart.Annotation.AnnotationLayer.DrawOnTopProperty">
          <a class="xref" href="C1.WPF.Chart.Annotation.AnnotationLayer.DrawOnTopProperty.html">DrawOnTopProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the DrawOnTop dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_Annotation_AnnotationLayer_Annotations" data-uid="C1.WPF.Chart.Annotation.AnnotationLayer.Annotations">
          <a class="xref" href="C1.WPF.Chart.Annotation.AnnotationLayer.Annotations.html#C1_WPF_Chart_Annotation_AnnotationLayer_Annotations">Annotations</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of annotation elements in the <a class="xref" href="C1.WPF.Chart.Annotation.AnnotationLayer.html">AnnotationLayer</a></p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Annotation_AnnotationLayer_Chart" data-uid="C1.WPF.Chart.Annotation.AnnotationLayer.Chart">
          <a class="xref" href="C1.WPF.Chart.Annotation.AnnotationLayer.Chart.html#C1_WPF_Chart_Annotation_AnnotationLayer_Chart">Chart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the associated chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Annotation_AnnotationLayer_DrawOnTop" data-uid="C1.WPF.Chart.Annotation.AnnotationLayer.DrawOnTop">
          <a class="xref" href="C1.WPF.Chart.Annotation.AnnotationLayer.DrawOnTop.html#C1_WPF_Chart_Annotation_AnnotationLayer_DrawOnTop">DrawOnTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value which indicates whether to draw annotaions on the top of the chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
