# GrapeCity.Spreadsheet.Charts.LegendPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Charts_LegendPosition" data-uid="GrapeCity.Spreadsheet.Charts.LegendPosition" class="text-break">LegendPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Represents 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.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_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_Spreadsheet_Charts_LegendPosition_Bottom">Bottom</td>
        <td><p>Below the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_LegendPosition_Custom">Custom</td>
        <td><p>A custom position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_LegendPosition_Left">Left</td>
        <td><p>Left of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_LegendPosition_Right">Right</td>
        <td><p>Right of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_LegendPosition_Top">Top</td>
        <td><p>Above the chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_LegendPosition_TopRight">TopRight</td>
        <td><p>In the upper-right corner of the chart border.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
