Back to Devexpress

CircularLinePredefinedAnimationBase Class

wpf-devexpress-dot-xpf-dot-charts-c12f7c99.md

latest2.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class CircularLinePredefinedAnimationBase :
    CircularLineAnimationBase
vb
Public MustInherit Class CircularLinePredefinedAnimationBase
    Inherits 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.

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesAnimationBase CircularLineAnimationBase CircularLinePredefinedAnimationBase CircularLineSpinAnimation

CircularLineSpinZoomInAnimation

CircularLineZoomInAnimation

See Also

CircularLinePredefinedAnimationBase Members

DevExpress.Xpf.Charts Namespace