Skip to main content

AnimationBase Class

Represents the base class for all animations.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract class AnimationBase :
    ChartDependencyObject,
    IBindingPropertiesSource,
    ICloneable

Remarks

The AnimationBase class serves as a base for all classes that provide the animation functionality, and exposes the following properties.

Inheritance

Show 121 items
Object
DispatcherObject
DependencyObject
Freezable
ChartDependencyObject
AnimationBase
See Also