# FarPoint.Win.Chart.LegendArea.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Chart_LegendArea__ctor_" data-uid="FarPoint.Win.Chart.LegendArea.#ctor*">LegendArea Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Chart_LegendArea__ctor_" data-uid="FarPoint.Win.Chart.LegendArea.#ctor*"></a>
<h4 id="FarPoint_Win_Chart_LegendArea__ctor" data-uid="FarPoint.Win.Chart.LegendArea.#ctor">LegendArea()</h4>
<div class="markdown level1 summary"><p>Creates a new legend area.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LegendArea()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="FarPoint_Win_Chart_LegendArea__ctor_" data-uid="FarPoint.Win.Chart.LegendArea.#ctor*"></a>
<h4 id="FarPoint_Win_Chart_LegendArea__ctor_FarPoint_Win_Chart_LegendArea_" data-uid="FarPoint.Win.Chart.LegendArea.#ctor(FarPoint.Win.Chart.LegendArea)">LegendArea(LegendArea)</h4>
<div class="markdown level1 summary"><p>Creates a new legend area that is a deep copy of the specified
legend area.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LegendArea(LegendArea legendArea)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(legendArea As LegendArea)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Chart.LegendArea.html">LegendArea</a></td>
      <td><span class="parametername">legendArea</span></td>
      <td><p>Legend area to copy.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
