# C1.WPF.C1Chart.AxisPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_C1Chart_AxisPosition" data-uid="C1.WPF.C1Chart.AxisPosition" class="text-break">AxisPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies position of the axis.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_AxisPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum AxisPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum AxisPosition</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_WPF_C1Chart_AxisPosition_DisableLastLabelOverflow">DisableLastLabelOverflow</td>
        <td><p>Hide last label on the axis if it does not fit to the axis bounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisPosition_Far">Far</td>
        <td><p>Right for vertical, top for horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisPosition_Inner">Inner</td>
        <td><p>Axis annotations are inside plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisPosition_Near">Near</td>
        <td><p>Left for vertical, bottom for horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisPosition_OverData">OverData</td>
        <td><p>The axis is over the plot elements.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
