SeriesPointAnimationBase Properties
Serves as the base class for all point animations.| Name | Description |
|---|---|
| BeginTime | Specifies the time when the animation is started. This is a dependency property. Inherited from AnimationBase. |
| Duration | Specifies the duration of the animation. This is a dependency property. Inherited from AnimationBase. |
| EasingFunction | Specifies the easing function for the animation. This is a dependency property. Inherited from AnimationBase. |
| PointDelay | Specifies the delay sustained when animating the series points. This is a dependency property. |
| PointOrder | Defines the order in which series points are animated. This is a dependency property. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
See Also