# C1.Web.Mvc.Fluent.ChartAnimationBuilder-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ChartAnimationBuilder_1" data-uid="C1.Web.Mvc.Fluent.ChartAnimationBuilder`1" class="text-break">ChartAnimationBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.ChartAnimation-1.html">ChartAnimation&lt;T&gt;</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ChartAnimation-1.html">ChartAnimation</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ChartAnimationBuilder-1.html">ChartAnimationBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ChartAnimation-1.html">ChartAnimation</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ChartAnimationBuilder-1.html">ChartAnimationBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level4"><span class="xref">ExtenderBuilder</span>&lt;<a class="xref" href="C1.Web.Mvc.ChartAnimation-1.html">ChartAnimation</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ChartAnimationBuilder-1.html">ChartAnimationBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level5"><span class="xref">ChartAnimationBuilder&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_ChartAnimationBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartAnimationBuilder&lt;T&gt; : ExtenderBuilder&lt;ChartAnimation&lt;T&gt;, ChartAnimationBuilder&lt;T&gt;&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartAnimationBuilder(Of T)
    Inherits ExtenderBuilder(Of ChartAnimation(Of T), ChartAnimationBuilder(Of T))
    Implements IHtmlContent</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAnimationBuilder_1__ctor_C1_Web_Mvc_ChartAnimation__0__" data-uid="C1.Web.Mvc.Fluent.ChartAnimationBuilder`1.#ctor(C1.Web.Mvc.ChartAnimation{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAnimationBuilder-1.-ctor.html#C1_Web_Mvc_Fluent_ChartAnimationBuilder_1__ctor_C1_Web_Mvc_ChartAnimation__0__">ChartAnimationBuilder(ChartAnimation&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create one ChartAnimationBuilder instance.</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="C1_Web_Mvc_Fluent_ChartAnimationBuilder_1_AnimationMode_C1_Web_Mvc_AnimationMode_" data-uid="C1.Web.Mvc.Fluent.ChartAnimationBuilder`1.AnimationMode(C1.Web.Mvc.AnimationMode)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAnimationBuilder-1.AnimationMode.html#C1_Web_Mvc_Fluent_ChartAnimationBuilder_1_AnimationMode_C1_Web_Mvc_AnimationMode_">AnimationMode(AnimationMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAnimation-1.AnimationMode.html#C1_Web_Mvc_ChartAnimation_1_AnimationMode">AnimationMode</a>.
Sets whether the plot points animate one at a time, series by series, or all at once. The whole animation is still completed within the duration.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAnimationBuilder_1_AxisAnimation_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ChartAnimationBuilder`1.AxisAnimation(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAnimationBuilder-1.AxisAnimation.html#C1_Web_Mvc_Fluent_ChartAnimationBuilder_1_AxisAnimation_System_Boolean_">AxisAnimation(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAnimation-1.AxisAnimation.html#C1_Web_Mvc_ChartAnimation_1_AxisAnimation">AxisAnimation</a>.
Sets a value indicating whether animation is applied to the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAnimationBuilder_1_Duration_System_Int32_" data-uid="C1.Web.Mvc.Fluent.ChartAnimationBuilder`1.Duration(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAnimationBuilder-1.Duration.html#C1_Web_Mvc_Fluent_ChartAnimationBuilder_1_Duration_System_Int32_">Duration(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAnimation-1.Duration.html#C1_Web_Mvc_ChartAnimation_1_Duration">Duration</a>.
Sets the length of entire animation in milliseconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAnimationBuilder_1_Easing_C1_Web_Mvc_Easing_" data-uid="C1.Web.Mvc.Fluent.ChartAnimationBuilder`1.Easing(C1.Web.Mvc.Easing)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAnimationBuilder-1.Easing.html#C1_Web_Mvc_Fluent_ChartAnimationBuilder_1_Easing_C1_Web_Mvc_Easing_">Easing(Easing)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAnimation-1.Easing.html#C1_Web_Mvc_ChartAnimation_1_Easing">Easing</a>.
Sets the easing function applied to the animation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
