Back to Devexpress

Bar2DAnimationBase Class

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

latest3.0 KB
Original Source

Bar2DAnimationBase Class

Represents the base class for all animations available for the 2D Bar series view.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

The following members return Bar2DAnimationBase objects:

Remarks

The Bar2DAnimationBase class serves as a base for all Bar animation objects, and exposes the Bar2DAnimationBase.CreateAnimatedBarBounds method.

Inheritance

Show 17 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesPointAnimationBase Bar2DAnimationBase Bar2DBounceAnimation

Bar2DDropInAnimation

Bar2DFadeInAnimation

Bar2DGrowUpAnimation

Bar2DSlideFromBottomAnimation

Bar2DSlideFromLeftAnimation

Bar2DSlideFromRightAnimation

Bar2DSlideFromTopAnimation

Bar2DWidenAnimation

See Also

Bar2DAnimationBase Members

Animation

Bar Series

DevExpress.Xpf.Charts Namespace