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

CircularLinePredefinedAnimationBase Class

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

public abstract class CircularLinePredefinedAnimationBase :
    CircularLineAnimationBase

Remarks

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

See Also