AnimationBase Class
The base class for all animations.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v22.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.
Inheritance
Show 57 items
Object
ChartElement
AnimationBase
See Also