The following tables list the members exposed by GrowingAnimation.
Name | Description | |
---|---|---|
AnimatedElements |
The AnimatedElements collection contains a list of animated elements that will be used as part of the custom animation. Collection of animated chart elements. (Inherited from AnimationBase) | |
Duration |
The Duration property defines the time in seconds that an animation should span. Custom Animation duration time in seconds. (Inherited from AnimationBase) | |
Enabled |
The Enabled property is used to enable or disable a custom animation. Gets or sets a boolean value to Enable Animation. (Inherited from AnimationBase) | |
OneByOne |
Animates elements one by one if grouped animation is used. Gets or set a boolean value to Animate elements one by one. (Inherited from AnimationBase) | |
Repeat |
The Repeat property is a boolean value that is used to infinitely repeat the animation of custom animation elements after the time specified by the RepeatDelay property. Gets or set a boolean value to Repeat the Custom Animation sequence. (Inherited from AnimationBase) | |
RepeatDelay |
RepeatDelay is a double that represents the time in seconds that should be waited between the end of a custom animation and the restart of that animation. The time in seconds to delay before repeating the animation. (Inherited from AnimationBase) | |
StartTime |
StartTime is a double that represents the time in seconds when a custom animation type should begin. Defines the time in seconds when the element should begin animation. (Inherited from AnimationBase) |