# C1.Win.Chart.Annotation.AnnotationLayer.DrawOnTop

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Chart_Annotation_AnnotationLayer_DrawOnTop_" data-uid="C1.Win.Chart.Annotation.AnnotationLayer.DrawOnTop*">DrawOnTop Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Chart_Annotation_AnnotationLayer_DrawOnTop_" data-uid="C1.Win.Chart.Annotation.AnnotationLayer.DrawOnTop*"></a>
<h4 id="C1_Win_Chart_Annotation_AnnotationLayer_DrawOnTop" data-uid="C1.Win.Chart.Annotation.AnnotationLayer.DrawOnTop">DrawOnTop</h4>
<div class="markdown level1 summary"><p>Gets or sets the value which indicates whether to draw annotaions on the top of the chart.</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.DrawOnTop&quot;, &quot;Gets or sets a value which indicates whether to draw annotaions on the top of the chart.&quot;)]
public bool DrawOnTop { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;Annotation.AnnotationLayer.DrawOnTop&quot;, &quot;Gets or sets a value which indicates whether to draw annotaions on the top of the chart.&quot;)&gt;
Public Property DrawOnTop As Boolean</code></pre>
</div>
<h5 id="C1_Win_Chart_Annotation_AnnotationLayer_DrawOnTop_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Default value is true and the annotations are rendered on the top of the chart. If false,
the annotations are drawn behind the chart, over the chart's background.</p>
</div>
</div>
