# C1.Web.Mvc.Chart.LineMarkerAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Chart_LineMarkerAlignment" data-uid="C1.Web.Mvc.Chart.LineMarkerAlignment" class="text-break">LineMarkerAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the alignment of the LineMarker.</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_LineMarkerAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LineMarkerAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LineMarkerAlignment</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_LineMarkerAlignment_Auto">Auto</td>
        <td><p>The LineMarker alignment adjusts automatically so that it stays inside the
boundaries of the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_LineMarkerAlignment_Bottom">Bottom</td>
        <td><p>The LineMarker aligns to the bottom of the pointer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_LineMarkerAlignment_Left">Left</td>
        <td><p>The LineMarker aligns to the left of the pointer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_LineMarkerAlignment_Right">Right</td>
        <td><p>The LineMarker aligns to the right of the pointer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_LineMarkerAlignment_Top">Top</td>
        <td><p>The LineMarker aligns to the top of the pointer.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
