Dundas Chart for ASP.NET
FadingAnimation Class Members
See Also  Properties  Send comments on this topic.
Dundas.Charting.WebControl Namespace : FadingAnimation Class


The following tables list the members exposed by FadingAnimation.

Public Constructors

  Name Description
Public Constructor FadingAnimation Constructor  Default constructor.
Default Constructor  
Top

Public Properties

  Name Description
Public Property AnimatedElements

Enterprise Only Feature. 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)
Public Property Duration

Enterprise Only Feature. The Duration property defines the time in seconds that an animation should span.


Custom Animation duration time in seconds. (Inherited from AnimationBase)
Public Property Enabled

Enterprise Only Feature. The Enabled property is used to enable or disable a custom animation.


Gets or sets a boolean value to Enable Animation. (Inherited from AnimationBase)
Public Property OneByOne

Enterprise Only Feature. 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)
Public Property Repeat

Enterprise Only Feature. 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)
Public Property RepeatDelay

Enterprise Only Feature. 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)
Public Property 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.  
Public Property 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.  
Public Property 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  
Public Property 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  
Public Property 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  
Public Property StartTime

Enterprise Only Feature. 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)
Top

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.