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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_FlexChartBuilder_1_Series_" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.Series*">Series Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_FlexChartBuilder_1_Series_" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.Series*"></a>
<h4 id="C1_Web_Mvc_Fluent_FlexChartBuilder_1_Series_System_Action_C1_Web_Mvc_Fluent_SeriesListFactory__0_C1_Web_Mvc_FlexChart__0__C1_Web_Mvc_ChartSeries__0__C1_Web_Mvc_Fluent_ChartSeriesBuilder__0__C1_Web_Mvc_Chart_ChartType___" data-uid="C1.Web.Mvc.Fluent.FlexChartBuilder`1.Series(System.Action{C1.Web.Mvc.Fluent.SeriesListFactory{`0,C1.Web.Mvc.FlexChart{`0},C1.Web.Mvc.ChartSeries{`0},C1.Web.Mvc.Fluent.ChartSeriesBuilder{`0},C1.Web.Mvc.Chart.ChartType}})">Series(Action&lt;SeriesListFactory&lt;T, FlexChart&lt;T&gt;, ChartSeries&lt;T&gt;, ChartSeriesBuilder&lt;T&gt;, ChartType&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Set the FlexChart series.</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; Series(Action&lt;SeriesListFactory&lt;T, FlexChart&lt;T&gt;, ChartSeries&lt;T&gt;, ChartSeriesBuilder&lt;T&gt;, ChartType&gt;&gt; build)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Series(build As Action(Of SeriesListFactory(Of T, FlexChart(Of T), ChartSeries(Of T), ChartSeriesBuilder(Of T), ChartType))) 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.SeriesListFactory-5.html">SeriesListFactory</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.ChartSeries-1.html">ChartSeries</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ChartSeriesBuilder-1.html">ChartSeriesBuilder</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Chart.ChartType.html">ChartType</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>
