# GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_Components_Sparkline_SeriesStatistics" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics" class="text-break">SeriesStatistics Class
</h1>
  <div class="markdown level0 summary"><p>Represents additional information about bound 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">SeriesStatistics</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_SeriesStatistics_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class SeriesStatistics</code></pre>
  </div>
  <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_SeriesStatistics_Count" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics.Count.html#GrapeCity_ActiveReports_Rendering_Components_Sparkline_SeriesStatistics_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_SeriesStatistics_Max" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics.Max">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics.Max.html#GrapeCity_ActiveReports_Rendering_Components_Sparkline_SeriesStatistics_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Sparkline_SeriesStatistics_Min" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics.Min">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics.Min.html#GrapeCity_ActiveReports_Rendering_Components_Sparkline_SeriesStatistics_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Sparkline_SeriesStatistics_Sum" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics.Sum">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics.Sum.html#GrapeCity_ActiveReports_Rendering_Components_Sparkline_SeriesStatistics_Sum">Sum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sum of values.</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_SeriesStatistics_Accumulate_System_Double_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics.Accumulate(System.Double)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Sparkline.SeriesStatistics.Accumulate.html#GrapeCity_ActiveReports_Rendering_Components_Sparkline_SeriesStatistics_Accumulate_System_Double_">Accumulate(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes next series value to update statistics.</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>
