wpf-devexpress-dot-xpf-dot-charts-dot-marker2danimationbase.md
Represents the base class for all 2D marker animations.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class Marker2DAnimationBase :
SeriesPointAnimationBase
Public MustInherit Class Marker2DAnimationBase
Inherits SeriesPointAnimationBase
The following members return Marker2DAnimationBase objects:
The Marker2DAnimationBase class serves as a base for all classes that provide the animation functionality, and exposes the Marker2DAnimationBase.CreateAnimatedMarkerBounds method.
Show 23 items
Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesPointAnimationBase Marker2DAnimationBase Marker2DSlideAnimationBase
Marker2DSlideFromTopCenterAnimation
Marker2DSlideFromBottomCenterAnimation
Marker2DSlideFromLeftAnimation
Marker2DSlideFromLeftBottomCornerAnimation
Marker2DSlideFromLeftCenterAnimation
Marker2DSlideFromLeftTopCornerAnimation
Marker2DSlideFromRightAnimation
Marker2DSlideFromRightBottomCornerAnimation
Marker2DSlideFromRightCenterAnimation
Marker2DSlideFromRightTopCornerAnimation
Marker2DLinearSlideAnimationBase
Marker2DSlideFromBottomAnimation
See Also
CreateAnimatedMarkerBounds(Rect, Rect, Boolean, Boolean, Boolean, Double)