# GrapeCity.Documents.Excel.Drawing.DataLabelPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_DataLabelPosition" data-uid="GrapeCity.Documents.Excel.Drawing.DataLabelPosition" class="text-break">DataLabelPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies where the data label is positioned.</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_DataLabelPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataLabelPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DataLabelPosition</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_DataLabelPosition_Above">Above</td>
        <td><p>Specifies that the data label is positioned above the data point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_DataLabelPosition_Below">Below</td>
        <td><p>Specifies that the data label is positioned below the data point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_DataLabelPosition_BestFit">BestFit</td>
        <td><p>Specifies the best position for the data label.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_DataLabelPosition_Center">Center</td>
        <td><p>Specifies that the data label is centered on the data point or is inside a bar or pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_DataLabelPosition_InsideBase">InsideBase</td>
        <td><p>Specifies that the data label is positioned inside the data point at the bottom edge.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_DataLabelPosition_InsideEnd">InsideEnd</td>
        <td><p>Specifies that the data label is positioned inside the data point at the top edge.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_DataLabelPosition_Left">Left</td>
        <td><p>Specifies that the data label is positioned to the left of the data point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_DataLabelPosition_OutsideEnd">OutsideEnd</td>
        <td><p>Specifies that the data label is positioned outside the data point at the top edge.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_DataLabelPosition_Right">Right</td>
        <td><p>Specifies that the data label is positioned to the right of the data point.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
