# GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Rendering_Components_Sparkline_Series" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series" class="text-break">Series Class
</h1>
  <div class="markdown level0 summary"><p>Represents the series of a 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">Series</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.html">GrapeCity.ActiveReports.Rendering.Components.Sparkline</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Components_Sparkline_Series_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Series</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Sparkline_Series_ValuePropertyName" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series.ValuePropertyName">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series.ValuePropertyName.html">ValuePropertyName</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_ActiveReports_Rendering_Components_Sparkline_Series_Count" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series.Count.html#GrapeCity_ActiveReports_Rendering_Components_Sparkline_Series_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count of series values.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Sparkline_Series_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series.Item.html#GrapeCity_ActiveReports_Rendering_Components_Sparkline_Series_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Sparkline_Series_Statistics" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series.Statistics">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series.Statistics.html#GrapeCity_ActiveReports_Rendering_Components_Sparkline_Series_Statistics">Statistics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the statistics bound to the current series.</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="GrapeCity_ActiveReports_Rendering_Components_Sparkline_Series_Create_System_Double___" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series.Create(System.Double[])">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.Series.Create.html#GrapeCity_ActiveReports_Rendering_Components_Sparkline_Series_Create_System_Double___">Create(double[])</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the dummy series to use in the designer.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
