wpf-devexpress-dot-xpf-dot-charts-ecb0a1c9.md
Serves as the base class for all point animations.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class SeriesPointAnimationBase :
AnimationBase
Public MustInherit Class SeriesPointAnimationBase
Inherits AnimationBase
The following members return SeriesPointAnimationBase objects:
Show 13 links
The SeriesPointAnimationBase class serves as a base for all classes that provide the animation functionality for series point markers, and exposes the SeriesPointAnimationBase.PointDelay and SeriesPointAnimationBase.PointOrder properties.
Show 69 items
Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesPointAnimationBase AreaStacked2DFadeInAnimation
Funnel2DSeriesPointAnimationBase
Marker2DSlideFromTopCenterAnimation
CircularMarkerSlideFromTopCenterAnimation
Stock2DSlideFromRightAnimation
Stock2DSlideFromBottomAnimation
Marker2DSlideFromBottomCenterAnimation
Marker2DSlideFromLeftAnimation
Marker2DSlideFromLeftBottomCornerAnimation
Marker2DSlideFromLeftCenterAnimation
Marker2DSlideFromLeftTopCornerAnimation
CircularMarkerLinearSlideAnimationBase
CircularMarkerSlideFromBottomCenterAnimation
CircularMarkerSlideFromCenterAnimation
CircularMarkerSlideFromLeftCenterAnimation
CircularMarkerSlideFromRightCenterAnimation
CircularMarkerSlideToCenterAnimation
Funnel2DSlideFromBottomAnimation
Marker2DLinearSlideAnimationBase
Marker2DSlideFromBottomAnimation
Marker2DSlideFromRightAnimation
Marker2DSlideFromRightBottomCornerAnimation
Marker2DSlideFromRightCenterAnimation
Marker2DSlideFromRightTopCornerAnimation
Funnel2DSlideFromLeftAnimation
Funnel2DSlideFromRightAnimation
See Also