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

Area2DPredefinedAnimationBase Class

The base class for all pre-defined animations available for the 2D Area series view.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract class Area2DPredefinedAnimationBase :
    Area2DAnimationBase

Remarks

The Area2DPredefinedAnimationBase class serves as a base for all pre-defined Area animation objects, and exposes the Area2DPredefinedAnimationBase.CreateAnimatedTransformation method.

See Also