Back to Devexpress

Marker2DAnimationBase Class

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

latest4.2 KB
Original Source

Marker2DAnimationBase Class

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

Declaration

csharp
public abstract class Marker2DAnimationBase :
    SeriesPointAnimationBase
vb
Public MustInherit Class Marker2DAnimationBase
    Inherits SeriesPointAnimationBase

The following members return Marker2DAnimationBase objects:

Remarks

The Marker2DAnimationBase class serves as a base for all classes that provide the animation functionality, and exposes the Marker2DAnimationBase.CreateAnimatedMarkerBounds method.

Inheritance

Show 23 items

Object DispatcherObject DependencyObject Freezable ChartDependencyObject AnimationBase SeriesPointAnimationBase Marker2DAnimationBase Marker2DSlideAnimationBase

Marker2DWidenAnimation

Marker2DSlideFromTopAnimation

Marker2DSlideFromTopCenterAnimation

Marker2DSlideFromBottomCenterAnimation

Marker2DSlideFromLeftAnimation

Marker2DSlideFromLeftBottomCornerAnimation

Marker2DSlideFromLeftCenterAnimation

Marker2DSlideFromLeftTopCornerAnimation

Marker2DSlideFromRightAnimation

Marker2DSlideFromRightBottomCornerAnimation

Marker2DSlideFromRightCenterAnimation

Marker2DSlideFromRightTopCornerAnimation

Marker2DLinearSlideAnimationBase

Marker2DSlideFromBottomAnimation

See Also

Marker2DAnimationBase Members

Animation

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

DevExpress.Xpf.Charts Namespace