wpf-devexpress-dot-xpf-dot-charts-da0f005f.md
Represents the base class for all animations.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class AnimationBase :
ChartDependencyObject,
IBindingPropertiesSource,
ICloneable
Public MustInherit Class AnimationBase
Inherits ChartDependencyObject
Implements IBindingPropertiesSource,
ICloneable
The AnimationBase class serves as a base for all classes that provide the animation functionality, and exposes the following properties.
Show 121 items
Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase IndicatorAnimationBase
Marker2DSlideFromTopCenterAnimation
CircularAreaPredefinedAnimationBase
CircularAreaSpinZoomInAnimation
CircularLinePredefinedAnimationBase
CircularLineSpinZoomInAnimation
CircularMarkerSlideFromTopCenterAnimation
IndicatorPredefinedAnimationBase
IndicatorSlideFromBottomAnimation
IndicatorSlideFromLeftAnimation
Line2DSlideFromBottomAnimation
Line2DUnwrapVerticallyAnimation
Marker2DSlideFromBottomCenterAnimation
Marker2DSlideFromLeftAnimation
Marker2DSlideFromLeftBottomCornerAnimation
Marker2DSlideFromLeftCenterAnimation
Marker2DSlideFromLeftTopCornerAnimation
Marker2DSlideFromRightAnimation
Marker2DSlideFromRightBottomCornerAnimation
Marker2DSlideFromRightCenterAnimation
Marker2DSlideFromRightTopCornerAnimation
Stock2DSlideFromBottomAnimation
Stock2DSlideFromRightAnimation
Area2DStretchFromNearAnimation
CircularMarkerLinearSlideAnimationBase
CircularMarkerSlideFromBottomCenterAnimation
CircularMarkerSlideFromCenterAnimation
CircularMarkerSlideFromLeftCenterAnimation
CircularMarkerSlideFromRightCenterAnimation
CircularMarkerSlideToCenterAnimation
Funnel2DSeriesPointAnimationBase
Funnel2DSlideFromBottomAnimation
Funnel2DSlideFromLeftAnimation
Funnel2DSlideFromRightAnimation
IndicatorSlideFromRightAnimation
IndicatorSlideFromTopAnimation
IndicatorStretchFromFarAnimation
IndicatorStretchFromNearAnimation
IndicatorUnwrapHorizontallyAnimation
IndicatorUnwrapVerticallyAnimation
Line2DStretchFromNearAnimation
Line2DUnwrapHorizontallyAnimation
Marker2DLinearSlideAnimationBase
Marker2DSlideFromBottomAnimation
See Also