# GrapeCity.Spreadsheet.Charts.DataLabelPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Charts_DataLabelPosition" data-uid="GrapeCity.Spreadsheet.Charts.DataLabelPosition" class="text-break">DataLabelPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the possible positions for a data label.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_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_Spreadsheet_Charts_DataLabelPosition_BestFit">BestFit</td>
        <td><p>Data labels shall be displayed in the best position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelPosition_Bottom">Bottom</td>
        <td><p>Data labels shall be displayed below the data marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelPosition_Center">Center</td>
        <td><p>Data labels shall be displayed centered on the data marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelPosition_InsideBase">InsideBase</td>
        <td><p>Data labels shall be displayed inside the base of the data marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelPosition_InsideEnd">InsideEnd</td>
        <td><p>Data labels shall be displayed inside the end of the data marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelPosition_Left">Left</td>
        <td><p>Data labels shall be displayed to the left of the data marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelPosition_OutsideEnd">OutsideEnd</td>
        <td><p>Data labels shall be displayed outside the end of the data marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelPosition_Right">Right</td>
        <td><p>Data labels shall be displayed to the right of the data marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelPosition_Top">Top</td>
        <td><p>Data labels shall be displayed above the data marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_DataLabelPosition_Unspecified">Unspecified</td>
        <td><p>Unspecified value</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
