Back to Devexpress

AnimationBase Class

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

latest11.8 KB
Original Source

AnimationBase Class

Represents the base class for all animations.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class AnimationBase :
    ChartDependencyObject,
    IBindingPropertiesSource,
    ICloneable
vb
Public MustInherit Class AnimationBase
    Inherits ChartDependencyObject
    Implements IBindingPropertiesSource,
               ICloneable

Remarks

The AnimationBase class serves as a base for all classes that provide the animation functionality, and exposes the following properties.

Inheritance

Show 121 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase IndicatorAnimationBase

SeriesAnimationBase

SeriesPointAnimationBase

Marker2DSlideFromTopAnimation

Marker2DSlideFromTopCenterAnimation

Marker2DWidenAnimation

Funnel2DFadeInAnimation

Funnel2DFlyInAnimation

Funnel2DGrowUpAnimation

Bar2DSlideFromBottomAnimation

Bar2DSlideFromTopAnimation

Pie2DBurstAnimation

Pie2DFanAnimation

Pie2DFanZoomInAnimation

CircularAreaAnimationBase

CircularAreaPredefinedAnimationBase

CircularAreaSpinAnimation

CircularAreaSpinZoomInAnimation

CircularAreaUnwindAnimation

CircularAreaZoomInAnimation

CircularLineAnimationBase

CircularLinePredefinedAnimationBase

Bar2DAnimationBase

Bar2DBounceAnimation

Bar2DSlideFromLeftAnimation

Bar2DSlideFromRightAnimation

CircularLineSpinAnimation

CircularLineSpinZoomInAnimation

CircularMarkerSlideFromTopCenterAnimation

Funnel2DSlideFromTopAnimation

Funnel2DWidenAnimation

IndicatorBlowUpAnimation

IndicatorPredefinedAnimationBase

IndicatorSlideFromBottomAnimation

IndicatorSlideFromLeftAnimation

Line2DAnimationBase

Line2DBlowUpAnimation

Line2DPredefinedAnimationBase

Line2DSlideFromBottomAnimation

Line2DSlideFromLeftAnimation

Line2DSlideFromRightAnimation

Line2DSlideFromTopAnimation

Line2DUnwrapVerticallyAnimation

Marker2DSlideFromBottomCenterAnimation

Marker2DSlideFromLeftAnimation

Marker2DSlideFromLeftBottomCornerAnimation

Marker2DSlideFromLeftCenterAnimation

Marker2DSlideFromLeftTopCornerAnimation

Marker2DSlideFromRightAnimation

Marker2DSlideFromRightBottomCornerAnimation

Marker2DSlideFromRightCenterAnimation

Marker2DSlideFromRightTopCornerAnimation

Pie2DDropInAnimation

Pie2DFadeInAnimation

Pie2DFlyInAnimation

Pie2DWidenAnimation

Pie2DZoomInAnimation

Stock2DSlideFromBottomAnimation

Stock2DSlideFromLeftAnimation

Stock2DSlideFromRightAnimation

Stock2DSlideFromTopAnimation

Area2DAnimationBase

Area2DDropFromFarAnimation

Area2DDropFromNearAnimation

Area2DGrowUpAnimation

Area2DPredefinedAnimationBase

Area2DStretchFromFarAnimation

Area2DStretchFromNearAnimation

Area2DStretchOutAnimation

Area2DUnwindAnimation

AreaStacked2DFadeInAnimation

Bar2DDropInAnimation

Bar2DFadeInAnimation

Bar2DGrowUpAnimation

Bar2DWidenAnimation

CircularLineUnwindAnimation

CircularLineZoomInAnimation

CircularMarkerAnimationBase

CircularMarkerFadeInAnimation

CircularMarkerLinearSlideAnimationBase

CircularMarkerSlideFromBottomCenterAnimation

CircularMarkerSlideFromCenterAnimation

CircularMarkerSlideFromLeftCenterAnimation

CircularMarkerSlideFromRightCenterAnimation

CircularMarkerSlideToCenterAnimation

CircularMarkerWidenAnimation

Funnel2DSeriesPointAnimationBase

Funnel2DSlideFromBottomAnimation

Funnel2DSlideFromLeftAnimation

Funnel2DSlideFromRightAnimation

IndicatorSlideFromRightAnimation

IndicatorSlideFromTopAnimation

IndicatorStretchFromFarAnimation

IndicatorStretchFromNearAnimation

IndicatorUnwindAnimation

IndicatorUnwrapHorizontallyAnimation

IndicatorUnwrapVerticallyAnimation

Line2DStretchFromFarAnimation

Line2DStretchFromNearAnimation

Line2DUnwindAnimation

Line2DUnwrapHorizontallyAnimation

Marker2DAnimationBase

Marker2DLinearSlideAnimationBase

Marker2DSlideAnimationBase

Marker2DSlideFromBottomAnimation

Pie2DGrowUpAnimation

Pie2DPopUpAnimation

Pie2DSeriesAnimationBase

Pie2DSeriesPointAnimationBase

Pie2DSpinAnimation

Pie2DSpinZoomInAnimation

Stock2DAnimationBase

Stock2DExpandAnimation

Stock2DFadeInAnimation

Stock2DSlideAnimationBase

See Also

AnimationBase Members

Animation

DevExpress.Xpf.Charts Namespace