[]
ITagHelper implementation for ChartAnimation<T>.
[HtmlTargetElement("c1-chart-animation")]
public class ChartAnimationTagHelper : ExtenderTagHelper<ChartAnimation<object>>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
ChartAnimationTagHelper() |
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. |