[]
        
(Showing Draft Content)

C1.Web.Mvc.ChartAnimation-1

ChartAnimation<T> Class

Define an extender to provide built-in animation while loading and updating the chart.

Inheritance
Extender
ChartAnimation<T>
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class ChartAnimation<T> : Extender, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
ChartAnimation(FlexChartBase<T>)

Creates one ChartAnimation<T> instance.

Properties

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.

Extension Methods