Skip to main content

AnimationBase Class

The base class for all animations.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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