Back to Devexpress

Line2DPredefinedAnimationBase Class

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

latest3.1 KB
Original Source

Line2DPredefinedAnimationBase Class

Represents the base class for all pre-defined 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 Line2DPredefinedAnimationBase :
    Line2DAnimationBase
vb
Public MustInherit Class Line2DPredefinedAnimationBase
    Inherits Line2DAnimationBase

Remarks

The Line2DPredefinedAnimationBase class serves as a base for all pre-defined Line animation objects, and exposes the Line2DPredefinedAnimationBase.CreateAnimatedTransformation method.

Inheritance

Show 18 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesAnimationBase Line2DAnimationBase Line2DPredefinedAnimationBase Line2DBlowUpAnimation

Line2DSlideFromBottomAnimation

Line2DSlideFromLeftAnimation

Line2DSlideFromRightAnimation

Line2DSlideFromTopAnimation

Line2DStretchFromFarAnimation

Line2DStretchFromNearAnimation

Line2DUnwrapHorizontallyAnimation

Line2DUnwrapVerticallyAnimation

See Also

Line2DPredefinedAnimationBase Members

Animation

Line

DevExpress.Xpf.Charts Namespace