# C1.Web.Mvc.Chart.Position

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Chart_Position" data-uid="C1.Web.Mvc.Chart.Position" class="text-break">Position Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the position of an axis or legend on the chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Chart.html">C1.Web.Mvc.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Chart_Position_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Position</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Position</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_Chart_Position_Auto">Auto</td>
        <td><p>The item is positioned automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_Bottom">Bottom</td>
        <td><p>The item appears below the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_BottomLeft">BottomLeft</td>
        <td><p>The item appears on the bottom left corner of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_BottomRight">BottomRight</td>
        <td><p>The item appears on the bottom right corner of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_Left">Left</td>
        <td><p>The item appears to the left of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_LeftBottom">LeftBottom</td>
        <td><p>The item appears on the left bottom corner of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_LeftTop">LeftTop</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_None">None</td>
        <td><p>The item is not visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_Right">Right</td>
        <td><p>The item appears to the right of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_RightBottom">RightBottom</td>
        <td><p>The item appears on the rightbottom corner of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_RightTop">RightTop</td>
        <td><p>The item appears on the right top corner of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_Top">Top</td>
        <td><p>The item appears above the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_TopLeft">TopLeft</td>
        <td><p>The item appears on the top left corner of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_Position_TopRight">TopRight</td>
        <td><p>The item appears on the top right corner of the chart.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
