# C1.WPF.C1Chart.LegendPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_C1Chart_LegendPosition" data-uid="C1.WPF.C1Chart.LegendPosition" class="text-break">LegendPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies legend position.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_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="C1_WPF_C1Chart_LegendPosition_Bottom">Bottom</td>
        <td><p>At bottom from the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_LegendPosition_BottomCenter">BottomCenter</td>
        <td><p>Bottom center position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_LegendPosition_BottomLeft">BottomLeft</td>
        <td><p>Bottom left position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_LegendPosition_BottomRight">BottomRight</td>
        <td><p>Bottom right position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_LegendPosition_Left">Left</td>
        <td><p>At left from the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_LegendPosition_Right">Right</td>
        <td><p>At right from the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_LegendPosition_Top">Top</td>
        <td><p>At top from the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_LegendPosition_TopCenter">TopCenter</td>
        <td><p>Top center position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_LegendPosition_TopLeft">TopLeft</td>
        <td><p>Top left position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_LegendPosition_TopRight">TopRight</td>
        <td><p>Top right position.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
