AnimationBase Class
The base class for all animations.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
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
Object
ChartElement
AnimationBase
See Also