Back to Devexpress

SeriesAnimation.Actions Property

wpf-devexpress-dot-xpf-dot-charts-dot-seriesanimation-ad1aa9ea.md

latest1.3 KB
Original Source

SeriesAnimation.Actions Property

Contains a collection of actions, which should be applied to a series during the current animation.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SeriesAnimationActionCollection Actions { get; }
vb
Public ReadOnly Property Actions As SeriesAnimationActionCollection

Property Value

TypeDescription
SeriesAnimationActionCollection

A SeriesAnimationActionCollection object.

|

Remarks

The series to be animated can be set via the SeriesAnimation.TargetSeries property.

See Also

SeriesAnimation Class

SeriesAnimation Members

DevExpress.Xpf.Charts Namespace