# C1.Xamarin.Forms.Chart.AnimationMode

## Content

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




  <h1 id="C1_Xamarin_Forms_Chart_AnimationMode" data-uid="C1.Xamarin.Forms.Chart.AnimationMode" class="text-break">AnimationMode Enum
</h1>
  <div class="markdown level0 summary"><p>Animation mode enum.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Chart.html">C1.Xamarin.Forms.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Chart.dll</h6>
  <h5 id="C1_Xamarin_Forms_Chart_AnimationMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp 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_Xamarin_Forms_Chart_AnimationMode_All">All</td>
        <td><p>Animation chart all in one time;</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Chart_AnimationMode_None">None</td>
        <td><p>Do not dispaly any animation;</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Chart_AnimationMode_Point">Point</td>
        <td><p>Animation chart point by point;</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Chart_AnimationMode_Series">Series</td>
        <td><p>Animation chart series by series;</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
