# C1.Web.Mvc.AnimationMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_AnimationMode" data-uid="C1.Web.Mvc.AnimationMode" class="text-break">AnimationMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the animation mode whether chart should animate one point at a time, series by series, or all at once.</p>
</div>
  <div class="markdown level0 conceptual"></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_AnimationMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AnimationMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AnimationMode</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_AnimationMode_All">All</td>
        <td><p>All points and series are animated at once.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnimationMode_Point">Point</td>
        <td><p>Animation is performed point by point.
Multiple series are animated simultaneously at the same time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_AnimationMode_Series">Series</td>
        <td><p>Animation is performed series by series.
Entire series is animated at once, following the same animation as the &quot;All&quot; option,
but just one series at a time.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
