SeriesPointAnimationBase Class
In This Article
Serves as the base class for all point animations.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public abstract class SeriesPointAnimationBase :
AnimationBase
#Remarks
The SeriesPointAnimationBase class serves as a base for all classes that provide the animation functionality for series point markers, and exposes the SeriesPointAnimationBase.PointDelay and SeriesPointAnimationBase.PointOrder properties.
#Inheritance
Show 69 items
Object
DispatcherObject
DependencyObject
Freezable
ChartDependencyObject
AnimationBase
SeriesPointAnimationBase
See Also