Back to Devexpress

Marker2DLinearSlideAnimationBase Class

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

latest3.2 KB
Original Source

Marker2DLinearSlideAnimationBase Class

Represents the base class for all linear slide 2D marker animations.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class Marker2DLinearSlideAnimationBase :
    Marker2DSlideAnimationBase
vb
Public MustInherit Class Marker2DLinearSlideAnimationBase
    Inherits Marker2DSlideAnimationBase

Remarks

The Marker2DLinearSlideAnimationBase class serves as a base for all linear slide marker animations, and exposes the Marker2DLinearSlideAnimationBase.CreateAnimatedMarkerBounds method.

Inheritance

Show 18 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesPointAnimationBase Marker2DAnimationBase Marker2DSlideAnimationBase Marker2DLinearSlideAnimationBase Marker2DSlideFromBottomCenterAnimation

Marker2DSlideFromLeftBottomCornerAnimation

Marker2DSlideFromLeftCenterAnimation

Marker2DSlideFromLeftTopCornerAnimation

Marker2DSlideFromRightBottomCornerAnimation

Marker2DSlideFromRightCenterAnimation

Marker2DSlideFromRightTopCornerAnimation

Marker2DSlideFromTopCenterAnimation

See Also

Marker2DLinearSlideAnimationBase Members

Animation

CreateAnimatedMarkerBounds(Rect, Rect, Boolean, Boolean, Boolean, Double)

DevExpress.Xpf.Charts Namespace