Back to Devexpress

SeriesPointAnimationBase Class

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

latest8.8 KB
Original Source

SeriesPointAnimationBase Class

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

Declaration

csharp
public abstract class SeriesPointAnimationBase :
    AnimationBase
vb
Public MustInherit Class SeriesPointAnimationBase
    Inherits AnimationBase

The following members return SeriesPointAnimationBase objects:

Show 13 links

Remarks

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.

Inheritance

Show 69 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesPointAnimationBase AreaStacked2DFadeInAnimation

Bar2DAnimationBase

CircularMarkerAnimationBase

Funnel2DSeriesPointAnimationBase

Marker2DAnimationBase

Pie2DSeriesPointAnimationBase

Stock2DAnimationBase

Marker2DSlideFromTopAnimation

Marker2DSlideFromTopCenterAnimation

Marker2DWidenAnimation

Funnel2DFadeInAnimation

Funnel2DFlyInAnimation

Funnel2DGrowUpAnimation

Bar2DSlideFromBottomAnimation

Bar2DSlideFromTopAnimation

Pie2DBurstAnimation

CircularMarkerSlideFromTopCenterAnimation

Pie2DWidenAnimation

Stock2DSlideFromRightAnimation

Stock2DSlideFromTopAnimation

Stock2DSlideFromBottomAnimation

Stock2DSlideFromLeftAnimation

Marker2DSlideFromBottomCenterAnimation

Marker2DSlideFromLeftAnimation

Marker2DSlideFromLeftBottomCornerAnimation

Marker2DSlideFromLeftCenterAnimation

Marker2DSlideFromLeftTopCornerAnimation

Bar2DBounceAnimation

Bar2DDropInAnimation

Bar2DFadeInAnimation

Bar2DGrowUpAnimation

Bar2DSlideFromLeftAnimation

Bar2DSlideFromRightAnimation

Bar2DWidenAnimation

CircularMarkerFadeInAnimation

CircularMarkerLinearSlideAnimationBase

CircularMarkerSlideFromBottomCenterAnimation

CircularMarkerSlideFromCenterAnimation

CircularMarkerSlideFromLeftCenterAnimation

CircularMarkerSlideFromRightCenterAnimation

CircularMarkerSlideToCenterAnimation

CircularMarkerWidenAnimation

Funnel2DSlideFromBottomAnimation

Funnel2DSlideFromTopAnimation

Funnel2DWidenAnimation

Marker2DLinearSlideAnimationBase

Marker2DSlideAnimationBase

Marker2DSlideFromBottomAnimation

Marker2DSlideFromRightAnimation

Marker2DSlideFromRightBottomCornerAnimation

Marker2DSlideFromRightCenterAnimation

Marker2DSlideFromRightTopCornerAnimation

Pie2DDropInAnimation

Pie2DFadeInAnimation

Pie2DFlyInAnimation

Pie2DGrowUpAnimation

Pie2DPopUpAnimation

Stock2DExpandAnimation

Stock2DFadeInAnimation

Stock2DSlideAnimationBase

Funnel2DSlideFromLeftAnimation

Funnel2DSlideFromRightAnimation

See Also

SeriesPointAnimationBase Members

SeriesAnimationBase

DevExpress.Xpf.Charts Namespace