Back to Devexpress

Area2DAnimationBase Class

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

latest3.2 KB
Original Source

Area2DAnimationBase Class

Represents the base class for all animations available for the 2D Area series view.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class Area2DAnimationBase :
    SeriesAnimationBase
vb
Public MustInherit Class Area2DAnimationBase
    Inherits SeriesAnimationBase

The following members return Area2DAnimationBase objects:

Remarks

The Area2DAnimationBase class serves as a base for all Area animation objects, and exposes the Area2DAnimationBase.CreateAnimatedTransformation method.

Inheritance

Show 16 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesAnimationBase Area2DAnimationBase Area2DPredefinedAnimationBase

Area2DUnwindAnimation

Area2DGrowUpAnimation

Area2DStretchFromFarAnimation

Area2DStretchFromNearAnimation

Area2DDropFromFarAnimation

Area2DDropFromNearAnimation

Area2DStretchOutAnimation

See Also

Area2DAnimationBase Members

Animation

Area Series

DevExpress.Xpf.Charts Namespace