Back to Devexpress

Line2DAnimationBase Class

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

latest3.4 KB
Original Source

Line2DAnimationBase Class

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

Declaration

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

The following members return Line2DAnimationBase objects:

Remarks

The Line2DAnimationBase class serves as a base for all Line animation objects, and exposes the Line2DAnimationBase.CreateAnimatedTransformation method.

Inheritance

Show 19 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesAnimationBase Line2DAnimationBase Line2DPredefinedAnimationBase

Line2DUnwindAnimation

Line2DUnwrapVerticallyAnimation

Line2DBlowUpAnimation

Line2DSlideFromBottomAnimation

Line2DSlideFromLeftAnimation

Line2DSlideFromRightAnimation

Line2DSlideFromTopAnimation

Line2DStretchFromFarAnimation

Line2DStretchFromNearAnimation

Line2DUnwrapHorizontallyAnimation

See Also

Line2DAnimationBase Members

Animation

Line

DevExpress.Xpf.Charts Namespace