[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ChartAnimationTagHelper

ChartAnimationTagHelper Class

ITagHelper implementation for ChartAnimation<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-chart-animation")]
public class ChartAnimationTagHelper : ExtenderTagHelper<ChartAnimation<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
ChartAnimationTagHelper()

Properties

Name Description
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

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

CollectionName

Gets the collection name.

Duration

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

Easing

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