Skip to main content

AnimationBase Members

Represents the base class for all animations.

Fields

Name Description
BeginTimeProperty static Identifies the AnimationBase.BeginTime dependency property.
DurationProperty static Identifies the AnimationBase.Duration dependency property.
EasingFunctionProperty static Identifies the AnimationBase.EasingFunction dependency property.

Properties

Name Description
BeginTime Specifies the time when the animation is started. This is a dependency property.
Duration Specifies the duration of the animation. This is a dependency property.
EasingFunction Specifies the easing function for the animation. This is a dependency property.
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
See Also