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

CircularAreaAnimationBase Class

Represents the base class for all animations available for the Circular Area (Polar Area and Radar Area) series view.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public abstract class CircularAreaAnimationBase :
    SeriesAnimationBase

The following members return CircularAreaAnimationBase objects:

Remarks

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

See Also