[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ChartAnimationBuilder-1

ChartAnimationBuilder<T> Class

Defines a builder to configurate ChartAnimation<T>.

Inheritance
HideObjectMembers
ExtenderBuilder<ChartAnimation<T>, ChartAnimationBuilder<T>>
ChartAnimationBuilder<T>
Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class ChartAnimationBuilder<T> : ExtenderBuilder<ChartAnimation<T>, ChartAnimationBuilder<T>>, IHtmlContent
Type Parameters
Name Description
T

Constructors

Name Description
ChartAnimationBuilder(ChartAnimation<T>)

Create one ChartAnimationBuilder instance.

Methods

Name Description
AnimationMode(AnimationMode)

Configurates AnimationMode. 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.

AxisAnimation(bool)

Configurates AxisAnimation. Sets a value indicating whether animation is applied to the axis.

Duration(int)

Configurates Duration. Sets the length of entire animation in milliseconds.

Easing(Easing)

Configurates Easing. Sets the easing function applied to the animation.