SeriesPointAnimationBase Class
In This Article
The base class for all animations that change series points separately.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class SeriesPointAnimationBase :
AnimationBase
#Remarks
This class introduces the SeriesPointAnimationBase.PointDelay property that allows specifying the delay between the start of points animations, and the SeriesPointAnimationBase.PointOrder specifying the point animation order.
For more information about animation, refer to the Animation topic.
#Inheritance
Show 36 items
Object
ChartElement
AnimationBase
SeriesPointAnimationBase
See Also