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

AnimationBase Class

The base class for all animations.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

public abstract class AnimationBase :
    ChartElement,
    IXtraSupportCreateContentPropertyValue

Remarks

This class introduces the AnimationBase.BeginTime property that allows specifying the initial delay of the animation , AnimationBase.Duration specifying the animation duration and the AnimationBase.EasingFunction property specifying the easing function.

Refer to the Animation topic for more information about animation.

See Also