# C1.Web.Mvc.ChartSeriesBase-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_ChartSeriesBase_1" data-uid="C1.Web.Mvc.ChartSeriesBase`1" class="text-break">ChartSeriesBase&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Represents a series of data points to display in the chart.</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">ChartSeriesBase&lt;T&gt;</span></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.ChartSeries-1.html">ChartSeries&lt;T&gt;</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.ExtraSeries-1.html">ExtraSeries&lt;T&gt;</a></div>
      <div class="level2"><a class="xref" href="C1.Web.Mvc.FlexRadarSeries-1.html">FlexRadarSeries&lt;T&gt;</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_ChartSeriesBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartSeriesBase&lt;T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartSeriesBase(Of T)</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></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_ChartSeriesBase_1__ctor_C1_Web_Mvc_FlexChartCore__0__" data-uid="C1.Web.Mvc.ChartSeriesBase`1.#ctor(C1.Web.Mvc.FlexChartCore{`0})">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.-ctor.html#C1_Web_Mvc_ChartSeriesBase_1__ctor_C1_Web_Mvc_FlexChartCore__0__">ChartSeriesBase(FlexChartCore&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.html">ChartSeriesBase&lt;T&gt;</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_ChartSeriesBase_1_AltStyle" data-uid="C1.Web.Mvc.ChartSeriesBase`1.AltStyle">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.AltStyle.html#C1_Web_Mvc_ChartSeriesBase_1_AltStyle">AltStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_AxisX" data-uid="C1.Web.Mvc.ChartSeriesBase`1.AxisX">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.AxisX.html#C1_Web_Mvc_ChartSeriesBase_1_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-axis for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_AxisY" data-uid="C1.Web.Mvc.ChartSeriesBase`1.AxisY">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.AxisY.html#C1_Web_Mvc_ChartSeriesBase_1_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-axis for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_Binding" data-uid="C1.Web.Mvc.ChartSeriesBase`1.Binding">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.Binding.html#C1_Web_Mvc_ChartSeriesBase_1_Binding">Binding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property that contains Y values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_BindingX" data-uid="C1.Web.Mvc.ChartSeriesBase`1.BindingX">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.BindingX.html#C1_Web_Mvc_ChartSeriesBase_1_BindingX">BindingX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property that contains X values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_CssClass" data-uid="C1.Web.Mvc.ChartSeriesBase`1.CssClass">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.CssClass.html#C1_Web_Mvc_ChartSeriesBase_1_CssClass">CssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series CSS class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_InterpolateNulls" data-uid="C1.Web.Mvc.ChartSeriesBase`1.InterpolateNulls">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.InterpolateNulls.html#C1_Web_Mvc_ChartSeriesBase_1_InterpolateNulls">InterpolateNulls</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether to interpolate null values in the data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_ItemFormatter" data-uid="C1.Web.Mvc.ChartSeriesBase`1.ItemFormatter">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.ItemFormatter.html#C1_Web_Mvc_ChartSeriesBase_1_ItemFormatter">ItemFormatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the itemFormatter client-side function name for specific series</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_ItemsSource" data-uid="C1.Web.Mvc.ChartSeriesBase`1.ItemsSource">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.ItemsSource.html#C1_Web_Mvc_ChartSeriesBase_1_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ItemsSource settings. Inherited from ItemsBoundControl.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_Name" data-uid="C1.Web.Mvc.ChartSeriesBase`1.Name">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.Name.html#C1_Web_Mvc_ChartSeriesBase_1_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series name. The series name is displayed in the chart legend. Any series without a name does not appear in the legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_OnClientRendered" data-uid="C1.Web.Mvc.ChartSeriesBase`1.OnClientRendered">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.OnClientRendered.html#C1_Web_Mvc_ChartSeriesBase_1_OnClientRendered">OnClientRendered</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when series is rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_OnClientRendering" data-uid="C1.Web.Mvc.ChartSeriesBase`1.OnClientRendering">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.OnClientRendering.html#C1_Web_Mvc_ChartSeriesBase_1_OnClientRendering">OnClientRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when series is rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_Style" data-uid="C1.Web.Mvc.ChartSeriesBase`1.Style">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.Style.html#C1_Web_Mvc_ChartSeriesBase_1_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_SymbolMarker" data-uid="C1.Web.Mvc.ChartSeriesBase`1.SymbolMarker">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.SymbolMarker.html#C1_Web_Mvc_ChartSeriesBase_1_SymbolMarker">SymbolMarker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_SymbolSize" data-uid="C1.Web.Mvc.ChartSeriesBase`1.SymbolSize">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.SymbolSize.html#C1_Web_Mvc_ChartSeriesBase_1_SymbolSize">SymbolSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_SymbolStyle" data-uid="C1.Web.Mvc.ChartSeriesBase`1.SymbolStyle">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.SymbolStyle.html#C1_Web_Mvc_ChartSeriesBase_1_SymbolStyle">SymbolStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series symbol style. Applies to Scatter, LineSymbols, and SplineSymbols chart types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_TooltipContent" data-uid="C1.Web.Mvc.ChartSeriesBase`1.TooltipContent">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.TooltipContent.html#C1_Web_Mvc_ChartSeriesBase_1_TooltipContent">TooltipContent</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or Gets  the tooltip content for specific chart series</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_ChartSeriesBase_1_Visibility" data-uid="C1.Web.Mvc.ChartSeriesBase`1.Visibility">
          <a class="xref" href="C1.Web.Mvc.ChartSeriesBase-1.Visibility.html#C1_Web_Mvc_ChartSeriesBase_1_Visibility">Visibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an enumerated value indicating whether and where the series appears.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
