Dundas.SharePoint.Charting.WebParts Send comments on this topic.
MovingAnimation Class Members
See Also  Properties 
Dundas.Charting.WebControl Namespace : MovingAnimation Class


The following tables list the members exposed by MovingAnimation.

Public Constructors

  Name Description
Public Constructor MovingAnimation Constructor Default Constructor  
Top

Public Properties

  Name Description
Public Property AnimatedElements Collection of animated chart elements. (Inherited from AnimationBase)
Public Property Duration Custom Animation duration time in seconds. (Inherited from AnimationBase)
Public Property Enabled Gets or sets a boolean value to Enable Animation. (Inherited from AnimationBase)
Public Property OneByOne Gets or set a boolean value to Animate elements one by one. (Inherited from AnimationBase)
Public Property Repeat Gets or set a boolean value to Repeat the Custom Animation sequence. (Inherited from AnimationBase)
Public Property RepeatDelay The time in seconds to delay before repeating the animation. (Inherited from AnimationBase)
Public Property StartPositionX Gets or sets the X coordinate to Start Moving.  
Public Property StartPositionY Gets or sets the Y coordinate to Start Moving.  
Public Property StartTime Defines the time in seconds when the element should begin animation. (Inherited from AnimationBase)
Top

See Also