Initializes a new instance of the ChartAnimation class.
A chart to which the ChartAnimation is attached.
A JavaScript object containing initialization data for ChartAnimation.
Gets or 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.
Gets or sets a value indicating whether animation is applied to the axis.
Gets the animated chart instance.
Gets or sets the length of entire animation in milliseconds.
Gets or sets the easing function applied to the animation.
Performs the animation.
Occurs after the animation ends.
Represents the animation for FlexChart, FinancialChart and FlexPie.
The ChartAnimation provides built-in animation while loading and updating the chart. The animation can be configured by the user through several properties that include duration, easing function, animation mode.