corelibraries-devexpress-dot-xtracharts-60f67cc8.md
The base class for all animations.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class AnimationBase :
ChartElement,
IXtraSupportCreateContentPropertyValue
Public MustInherit Class AnimationBase
Inherits ChartElement
Implements IXtraSupportCreateContentPropertyValue
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.
Show 57 items
Object ChartElement AnimationBase SeriesAnimationBase
CircularSeriesCircularUnwindAnimation
CircularSeriesLinearUnwindAnimation
CircularSeriesSpinZoomInAnimation
CircularSeriesUnwindFromCenterAnimation
IndicatorDirectedAnimationBase
See Also