[]
Define an extender to provide built-in animation while loading and updating the chart.
public class ChartAnimation<T> : Extender, IHtmlString
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| ChartAnimation(FlexChartBase<T>) | Creates one ChartAnimation<T> instance. |
| Name | Description |
|---|---|
| AnimationMode | 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. |
| AxisAnimation | Gets or sets a value indicating whether animation is applied to the axis. |
| Duration | Gets or sets the length of entire animation in milliseconds. |
| Easing | Gets or sets the easing function applied to the animation. |