# C1.Web.Mvc.Chart.MovingAverageType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Chart_MovingAverageType" data-uid="C1.Web.Mvc.Chart.MovingAverageType" class="text-break">MovingAverageType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether and where the Series is visible.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Chart.html">C1.Web.Mvc.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Chart_MovingAverageType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MovingAverageType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum MovingAverageType</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_Web_Mvc_Chart_MovingAverageType_Exponential">Exponential</td>
        <td><p>The exponential moving average is a weighted average of the last n values, where the weighting decreases exponentially with each previous value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_MovingAverageType_Simple">Simple</td>
        <td><p>The simple moving average is simply the average of the last n values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_MovingAverageType_Triangular">Triangular</td>
        <td><p>The triangular moving average is a weighted average of the last n values, whose result is equivalent to a double smoothed simple moving average.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Chart_MovingAverageType_Weighted">Weighted</td>
        <td><p>The weighted moving average is a weighted average of the last n values, where the weighting decreases by 1 with each previous value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
