[]
Defines a builder to configurate ChartAnimation<T>.
public class ChartAnimationBuilder<T> : ExtenderBuilder<ChartAnimation<T>, ChartAnimationBuilder<T>>, IHtmlContent
Name | Description |
---|---|
T |
Name | Description |
---|---|
ChartAnimationBuilder(ChartAnimation<T>) | Create one ChartAnimationBuilder instance. |
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. |