Skip to main content
A newer version of this page is available. .

Marker2DAnimationBase Class

Represents the base class for all 2D marker animations.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public abstract class Marker2DAnimationBase :
    SeriesPointAnimationBase

Remarks

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

See Also