# C1.Web.Mvc.AnnotationAttachment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_AnnotationAttachment" data-uid="C1.Web.Mvc.AnnotationAttachment" class="text-break">AnnotationAttachment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the attachment of the annotation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_AnnotationAttachment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AnnotationAttachment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AnnotationAttachment</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Web_Mvc_AnnotationAttachment_Absolute">Absolute</td>
        <td><p>The annotation point is specified in control's pixel coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationAttachment_DataCoordinate">DataCoordinate</td>
        <td><p>Annotation point is specified in data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationAttachment_DataIndex">DataIndex</td>
        <td><p>Coordinates of the annotation point are defined by the data series index and the data point index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnnotationAttachment_Relative">Relative</td>
        <td><p>Annotation point is specified as a relative position inside the control where
(0,0) is the top left corner and (1,1) is the bottom right corner.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
