# GrapeCity.ActiveReports.Chart.Graphics.TextAnchor

## Content

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




  <h1 id="GrapeCity_ActiveReports_Chart_Graphics_TextAnchor" data-uid="GrapeCity.ActiveReports.Chart.Graphics.TextAnchor" class="text-break">TextAnchor Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how text shape anchors to its position</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.html">GrapeCity.ActiveReports.Chart.Graphics</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Graphics_TextAnchor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextAnchor</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_Graphics_TextAnchor_BottomLeft">BottomLeft</td>
        <td><p>Anchors by the bottom left corner</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_TextAnchor_BottomMiddle">BottomMiddle</td>
        <td><p>Anchors by the center of shape's bottom side</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_TextAnchor_BottomRight">BottomRight</td>
        <td><p>Anchors by the bottom right corner</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_TextAnchor_Center">Center</td>
        <td><p>Anchors text by shape center</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_TextAnchor_MiddleLeft">MiddleLeft</td>
        <td><p>Anchors by the center of the left side</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_TextAnchor_MiddleRight">MiddleRight</td>
        <td><p>Anchors by the center of the right side</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_TextAnchor_TopLeft">TopLeft</td>
        <td><p>Anchors by the top left corner</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_TextAnchor_TopMiddle">TopMiddle</td>
        <td><p>Anchors by the center of the top</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_TextAnchor_TopRight">TopRight</td>
        <td><p>Anchors by the top right corner</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
