# C1.Chart.ContentAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Chart_ContentAlignment" data-uid="C1.Chart.ContentAlignment" class="text-break">ContentAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies alignment of content.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Chart.html">C1.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Chart.Diagram.dll</h6>
  <h5 id="C1_Chart_ContentAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ContentAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ContentAlignment</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_Chart_ContentAlignment_BottomCenter">BottomCenter</td>
        <td><p>Content is vertically aligned at the bottom, and horizontally aligned at the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_ContentAlignment_BottomLeft">BottomLeft</td>
        <td><p>Content is vertically aligned at the bottom, and horizontally aligned on the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_ContentAlignment_BottomRight">BottomRight</td>
        <td><p>Content is vertically aligned at the bottom, and horizontally aligned on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_ContentAlignment_MiddleCenter">MiddleCenter</td>
        <td><p>Content is vertically aligned in the middle, and horizontally aligned at the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_ContentAlignment_MiddleLeft">MiddleLeft</td>
        <td><p>Content is vertically aligned in the middle, and horizontally aligned on the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_ContentAlignment_MiddleRight">MiddleRight</td>
        <td><p>Content is vertically aligned in the middle, and horizontally aligned on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_ContentAlignment_TopCenter">TopCenter</td>
        <td><p>Content is vertically aligned at the top, and horizontally aligned at the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_ContentAlignment_TopLeft">TopLeft</td>
        <td><p>Content is vertically aligned at the top, and horizontally aligned on the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_ContentAlignment_TopRight">TopRight</td>
        <td><p>Content is vertically aligned at the top, and horizontally aligned on the right.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
