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


The following tables list the members exposed by MovingAnimation.

Public Constructors

  Name Description
Public Constructor MovingAnimation Constructor  Public 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 StartPositionX  StartPositionX is the X coordinate of the point from which the moving animation will begin.
Gets or sets the X coordinate to Start Moving.  
Public Property StartPositionY

 StartPositionY is the Y coordinate of the point from which the moving animation will begin.


Gets or sets the Y coordinate to Start Moving.  
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.