# GrapeCity.Documents.Excel.Drawing.TickLabelPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_TickLabelPosition" data-uid="GrapeCity.Documents.Excel.Drawing.TickLabelPosition" class="text-break">TickLabelPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the position of tick-mark labels on the specified axis.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_TickLabelPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TickLabelPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TickLabelPosition</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_Documents_Excel_Drawing_TickLabelPosition_High">High</td>
        <td><p>Specifies that the tick marks are at the top or right side of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TickLabelPosition_Low">Low</td>
        <td><p>Specifies that the tick marks are on the bottom or left side of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TickLabelPosition_NextToAxis">NextToAxis</td>
        <td><p>Specifies that the tick marks are next to the axis (where the axis is not at either side of the chart).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TickLabelPosition_None">None</td>
        <td><p>Specifies no tick marks.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
