# C1.Web.Mvc.Fluent.FlexChartBuilder-1.PlotAreas

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_FlexChartBuilder_1_PlotAreas_" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.PlotAreas*">PlotAreas Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_FlexChartBuilder_1_PlotAreas_" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.PlotAreas*"></a>
<h4 id="C1_Web_Mvc_Fluent_FlexChartBuilder_1_PlotAreas_System_Action_C1_Web_Mvc_Fluent_PlotAreaListFactory__0_C1_Web_Mvc_FlexChart__0__C1_Web_Mvc_PlotArea_C1_Web_Mvc_Fluent_PlotAreaBuilder___" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.PlotAreas(System.Action{C1.Web.Mvc.Fluent.PlotAreaListFactory{`0,C1.Web.Mvc.FlexChart{`0},C1.Web.Mvc.PlotArea,C1.Web.Mvc.Fluent.PlotAreaBuilder}})">PlotAreas(Action&lt;PlotAreaListFactory&lt;T, FlexChart&lt;T&gt;, PlotArea, PlotAreaBuilder&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Set the PlotAreas.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FlexChartBuilder&lt;T&gt; PlotAreas(Action&lt;PlotAreaListFactory&lt;T, FlexChart&lt;T&gt;, PlotArea, PlotAreaBuilder&gt;&gt; build)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function PlotAreas(build As Action(Of PlotAreaListFactory(Of T, FlexChart(Of T), PlotArea, PlotAreaBuilder))) As FlexChartBuilder(Of T)</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="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="C1.Web.Mvc.Fluent.PlotAreaListFactory-4.html">PlotAreaListFactory</a>&lt;T, <a class="xref" href="C1.Web.Mvc.FlexChart-1.html">FlexChart</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.PlotArea.html">PlotArea</a>, <a class="xref" href="C1.Web.Mvc.Fluent.PlotAreaBuilder.html">PlotAreaBuilder</a>&gt;&gt;</td>
      <td><span class="parametername">build</span></td>
      <td><p>The build function</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Fluent.FlexChartBuilder-1.html">FlexChartBuilder</a>&lt;T&gt;</td>
      <td><p>Current builder</p>
</td>
    </tr>
  </tbody>
</table>
</div>
