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

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.v18.2.dll

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