# C1.WPF.C1Chart.Aggregate

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_C1Chart_Aggregate" data-uid="C1.WPF.C1Chart.Aggregate" class="text-break">Aggregate Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how data should be aggregated for charting.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_Aggregate_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Aggregate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Aggregate</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>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_C1Chart_Aggregate_Average">Average</td>
        <td><p>Average all values for each point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Aggregate_Count">Count</td>
        <td><p>Number of values for each point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Aggregate_Maximum">Maximum</td>
        <td><p>Get the maximum value for each point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Aggregate_Minimum">Minimum</td>
        <td><p>Get the minimum value for each point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Aggregate_None">None</td>
        <td><p>Raw values (no aggregation).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Aggregate_StandardDeviation">StandardDeviation</td>
        <td><p>Gets the standard deviation of the values for each point (sample).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Aggregate_StandardDeviationPop">StandardDeviationPop</td>
        <td><p>Gets the standard deviation of the values for each point (population).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Aggregate_Sum">Sum</td>
        <td><p>Sum all values for each point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Aggregate_Variance">Variance</td>
        <td><p>Gets the variance of the values for each point (sample).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Aggregate_VariancePop">VariancePop</td>
        <td><p>Gets the variance of the values for each point (population).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
