Skip to main content

Marker2DLinearSlideAnimationBase Class

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract class Marker2DLinearSlideAnimationBase :
    Marker2DSlideAnimationBase

Remarks

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

See Also