Back to Devexpress

CircularAreaPredefinedAnimationBase Class

wpf-devexpress-dot-xpf-dot-charts-1332f1b7.md

latest2.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesAnimationBase CircularAreaAnimationBase CircularAreaPredefinedAnimationBase CircularAreaSpinAnimation

CircularAreaSpinZoomInAnimation

CircularAreaZoomInAnimation

See Also

CircularAreaPredefinedAnimationBase Members

DevExpress.Xpf.Charts Namespace