Back to Devexpress

SeriesPointAnimationBase Class

corelibraries-devexpress-dot-xtracharts-fdc70483.md

latest4.2 KB
Original Source

SeriesPointAnimationBase Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class SeriesPointAnimationBase :
    AnimationBase
vb
Public MustInherit Class SeriesPointAnimationBase
    Inherits 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 BarAnimationBase

BoxPlotAnimationBase

CircularMarkerAnimationBase

FinancialAnimationBase

FunnelAnimationBase

PieAnimationBase

XYMarkerAnimationBase

PieDropInAnimation

PieFanAnimation

PieFanGrowUpAnimation

PieFlyInAnimation

PieGrowUpAnimation

PiePopUpAnimation

PieSpinAnimation

XYMarkerSlideAnimation

XYMarkerWidenAnimation

PieWidenAnimation

PieBurstAnimation

PieSpinAnimationBase

PieSpinGrowUpAnimation

FinancialExpandAnimation

FinancialSlideAnimation

FunnelFlyInAnimation

FunnelGrowUpAnimation

BarGrowUpAnimation

BarSlideAnimation

BarWidenAnimation

BoxPlotSlideAnimation

CircularMarkerSlideAnimation

CircularMarkerWidenAnimation

FunnelSlideAnimation

FunnelWidenAnimation

See Also

SeriesPointAnimationBase Members

DevExpress.XtraCharts Namespace