The following tables list the members exposed by FadingAnimation.
Name | Description | |
---|---|---|
FadingAnimation Constructor | Default constructor. Default Constructor |
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) | |
StartBorderColor |
The color that will be used to draw the border for the chart element at the start of the animation sequence. Gets or set the Fading Border color at the start of the animation sequence. | |
StartFillColor |
This is the color that will be used as the fill color for the chart element at the start of the animation sequence. Gets or set the Fading Fill color at the start of the animation sequence. | |
StartGradientColor |
StartGradientColor is the color that will be used to draw the gradient for the chart element at the start of the animation sequence. Gets or set the Fading Gradient color at the start of the animation sequence | |
StartShadowColor |
Gets or sets the animation shadow's fill start color. Gets or set the Fading Shadow color at the start of the animation sequence | |
StartTextColor |
The StartTextColor property sets or gets the color that will be used as the initial color at the start of the animation sequence. Gets or set the Fading Text color at the start of the animation sequence | |
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) |