wpf-devexpress-dot-xpf-dot-charts-dot-line2danimationbase.md
Represents the base class for all animations available for the 2D Line series view.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class Line2DAnimationBase :
SeriesAnimationBase
Public MustInherit Class Line2DAnimationBase
Inherits SeriesAnimationBase
The following members return Line2DAnimationBase objects:
The Line2DAnimationBase class serves as a base for all Line animation objects, and exposes the Line2DAnimationBase.CreateAnimatedTransformation method.
Show 19 items
Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesAnimationBase Line2DAnimationBase Line2DPredefinedAnimationBase
Line2DUnwrapVerticallyAnimation
Line2DSlideFromBottomAnimation
Line2DStretchFromNearAnimation
Line2DUnwrapHorizontallyAnimation
See Also