# GrapeCity.Documents.Excel.Drawing.LegendPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_LegendPosition" data-uid="GrapeCity.Documents.Excel.Drawing.LegendPosition" class="text-break">LegendPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the position of the legend on a chart.</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_LegendPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LegendPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LegendPosition</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_LegendPosition_Bottom">Bottom</td>
        <td><p>Specifies a position below the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LegendPosition_Corner">Corner</td>
        <td><p>Specifies a position in the upper right-hand corner of the chart border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LegendPosition_Custom">Custom</td>
        <td><p>Specifies a custom position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LegendPosition_Left">Left</td>
        <td><p>Specifies a position to the left of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LegendPosition_Right">Right</td>
        <td><p>Specifies a position to the right of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_LegendPosition_Top">Top</td>
        <td><p>Specifies a position above the chart.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
