# C1.Web.Mvc.Fluent.SeriesListBaseFactory-5

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_SeriesListBaseFactory_5" data-uid="C1.Web.Mvc.Fluent.SeriesListBaseFactory`5" class="text-break">SeriesListBaseFactory&lt;T, TOwner, TSeries, TSeriesBuilder, TChartType&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a factory to create different series.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.html">ChartSeriesBase</a>&lt;T&gt;&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.SeriesListFactory-5.html">SeriesListFactory</a>&lt;T, TOwner, TSeries, TSeriesBuilder, TChartType&gt;&gt;</div>
    <div class="level3"><span class="xref">SeriesListBaseFactory&lt;T, TOwner, TSeries, TSeriesBuilder, TChartType&gt;</span></div>
      <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.SeriesListFactory-5.html">SeriesListFactory&lt;T, TOwner, TSeries, TSeriesBuilder, TChartType&gt;</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_SeriesListBaseFactory_5_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SeriesListBaseFactory&lt;T, TOwner, TSeries, TSeriesBuilder, TChartType&gt; : BaseBuilder&lt;IList&lt;ChartSeriesBase&lt;T&gt;&gt;, SeriesListFactory&lt;T, TOwner, TSeries, TSeriesBuilder, TChartType&gt;&gt; where TOwner : FlexChartCore&lt;T&gt; where TSeries : ChartSeriesBase&lt;T&gt; where TSeriesBuilder : ChartSeriesBaseBuilder&lt;T, TSeries, TSeriesBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SeriesListBaseFactory(Of T, TOwner As FlexChartCore(Of T), TSeries As ChartSeriesBase(Of T), TSeriesBuilder As ChartSeriesBaseBuilder(Of T, TSeries, TSeriesBuilder), TChartType)
    Inherits BaseBuilder(Of IList(Of ChartSeriesBase(Of T)), SeriesListFactory(Of T, TOwner, TSeries, TSeriesBuilder, TChartType))</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>Model Type</p>
</td>
      </tr>
      <tr>
        <td><span class="parametername">TOwner</span></td>
        <td><p>Chart derived from FlexChartCore</p>
</td>
      </tr>
      <tr>
        <td><span class="parametername">TSeries</span></td>
        <td><p>ChartSeries derived from ChartSeriesBase</p>
</td>
      </tr>
      <tr>
        <td><span class="parametername">TSeriesBuilder</span></td>
        <td><p>ChartSeriesBuilder</p>
</td>
      </tr>
      <tr>
        <td><span class="parametername">TChartType</span></td>
        <td><p>ChartType</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SeriesListBaseFactory_5__ctor_System_Collections_Generic_IList_C1_Web_Mvc_ChartSeriesBase__0____1_" data-uid="C1.Web.Mvc.Fluent.SeriesListBaseFactory`5.#ctor(System.Collections.Generic.IList{C1.Web.Mvc.ChartSeriesBase{`0}},`1)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SeriesListBaseFactory-5.-ctor.html#C1_Web_Mvc_Fluent_SeriesListBaseFactory_5__ctor_System_Collections_Generic_IList_C1_Web_Mvc_ChartSeriesBase__0____1_">SeriesListBaseFactory(IList&lt;ChartSeriesBase&lt;T&gt;&gt;, TOwner)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the SeriesListBaseFactory class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SeriesListBaseFactory_5_Add" data-uid="C1.Web.Mvc.Fluent.SeriesListBaseFactory`5.Add">
          <a class="xref" href="C1.Web.Mvc.Fluent.SeriesListBaseFactory-5.Add.html#C1_Web_Mvc_Fluent_SeriesListBaseFactory_5_Add">Add()</a>
        </td>
        <td class="markdown level1 summary"><p>Add a default Series to the series list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SeriesListBaseFactory_5_Add_System_String_" data-uid="C1.Web.Mvc.Fluent.SeriesListBaseFactory`5.Add(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SeriesListBaseFactory-5.Add.html#C1_Web_Mvc_Fluent_SeriesListBaseFactory_5_Add_System_String_">Add(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Add a default Series to the series list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SeriesListBaseFactory_5_Add__4_" data-uid="C1.Web.Mvc.Fluent.SeriesListBaseFactory`5.Add(`4)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SeriesListBaseFactory-5.Add.html#C1_Web_Mvc_Fluent_SeriesListBaseFactory_5_Add__4_">Add(TChartType)</a>
        </td>
        <td class="markdown level1 summary"><p>Add a default Series to the series list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SeriesListBaseFactory_5_Add__4_System_String_" data-uid="C1.Web.Mvc.Fluent.SeriesListBaseFactory`5.Add(`4,System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SeriesListBaseFactory-5.Add.html#C1_Web_Mvc_Fluent_SeriesListBaseFactory_5_Add__4_System_String_">Add(TChartType, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Add a default Series to the series list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SeriesListBaseFactory_5_Add__2_System_Func__1___0__System_Func___0___1__" data-uid="C1.Web.Mvc.Fluent.SeriesListBaseFactory`5.Add``2(System.Func{`1,``0},System.Func{``0,``1})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SeriesListBaseFactory-5.Add.html#C1_Web_Mvc_Fluent_SeriesListBaseFactory_5_Add__2_System_Func__1___0__System_Func___0___1__">Add&lt;TControl, TBuilder&gt;(Func&lt;TOwner, TControl&gt;, Func&lt;TControl, TBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Add a series.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
