Skip to main content

SeriesPointAnimationBase Class

The base class for all animations that change series points separately.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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.

See Also