# GrapeCity.ActiveReports.Chart.Annotations.AnchorPlacementType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Chart_Annotations_AnchorPlacementType" data-uid="GrapeCity.ActiveReports.Chart.Annotations.AnchorPlacementType" class="text-break">AnchorPlacementType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how an annotation's bar anchors to annotation's position.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.Annotations.html">GrapeCity.ActiveReports.Chart.Annotations</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Annotations_AnchorPlacementType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AnchorPlacementType</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="GrapeCity_ActiveReports_Chart_Annotations_AnchorPlacementType_Bottom">Bottom</td>
        <td><p>The bar is anchored by its bottom side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnchorPlacementType_BottomLeft">BottomLeft</td>
        <td><p>The bar is anchored by its bottom left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnchorPlacementType_BottomRight">BottomRight</td>
        <td><p>The bar is anchored by its bottom right corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnchorPlacementType_Center">Center</td>
        <td><p>The bar is anchored by its center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnchorPlacementType_Left">Left</td>
        <td><p>The bar is anchored by its left side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnchorPlacementType_Right">Right</td>
        <td><p>The bar is anchored by its top right side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnchorPlacementType_Top">Top</td>
        <td><p>The bar is anchored by its top side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnchorPlacementType_TopLeft">TopLeft</td>
        <td><p>The bar is anchored by its top left corner.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Annotations_AnchorPlacementType_TopRight">TopRight</td>
        <td><p>The bar is anchored by its top right corner.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
