Back to Devexpress

SeriesAnimationBase Class

wpf-devexpress-dot-xpf-dot-charts-273a8f8c.md

latest6.1 KB
Original Source

SeriesAnimationBase Class

The base class for all series animations.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

The following members return SeriesAnimationBase objects:

Remarks

The point animation functionality is provided by the Marker2DAnimationBase class.

For more information, see Animation.

Inheritance

Show 46 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesAnimationBase Area2DAnimationBase

CircularAreaAnimationBase

CircularLineAnimationBase

Line2DAnimationBase

Pie2DSeriesAnimationBase

Pie2DFanAnimation

Pie2DFanZoomInAnimation

CircularAreaPredefinedAnimationBase

CircularAreaSpinAnimation

CircularAreaSpinZoomInAnimation

CircularAreaUnwindAnimation

CircularAreaZoomInAnimation

CircularLinePredefinedAnimationBase

CircularLineSpinAnimation

CircularLineSpinZoomInAnimation

Line2DUnwrapVerticallyAnimation

Pie2DZoomInAnimation

Line2DBlowUpAnimation

Line2DPredefinedAnimationBase

Line2DSlideFromBottomAnimation

Line2DSlideFromLeftAnimation

Line2DSlideFromRightAnimation

Area2DDropFromFarAnimation

Area2DDropFromNearAnimation

Area2DGrowUpAnimation

Area2DPredefinedAnimationBase

Area2DStretchFromFarAnimation

Area2DStretchFromNearAnimation

Area2DStretchOutAnimation

Area2DUnwindAnimation

CircularLineUnwindAnimation

CircularLineZoomInAnimation

Line2DSlideFromTopAnimation

Line2DStretchFromFarAnimation

Line2DStretchFromNearAnimation

Line2DUnwindAnimation

Line2DUnwrapHorizontallyAnimation

Pie2DSpinAnimation

Pie2DSpinZoomInAnimation

See Also

SeriesAnimationBase Members

Animation

DevExpress.Xpf.Charts Namespace