Skip to main content

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

NuGet Package: DevExpress.Wpf.Charts

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