Skip to main content

CircularAreaPredefinedAnimationBase Class

The base class for all pre-defined animations available for the Circular Area (Polar Area and Radar Area) series view.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract class CircularAreaPredefinedAnimationBase :
    CircularAreaAnimationBase

Remarks

The CircularAreaPredefinedAnimationBase class serves as a base for all pre-defined Circular Area (Polar Area and Radar Area) animation objects, and exposes the CircularAreaPredefinedAnimationBase.CreateAnimatedTransformation method.

See Also