Skip to main content
A newer version of this page is available. .

SeriesAnimationBase Class

The base class for all series animations.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract class SeriesAnimationBase :
    AnimationBase

Remarks

The point animation functionality is provided by the Marker2DAnimationBase class.

For more information, see Animation.

See Also