SeriesAnimation.Actions Property
In This Article
Contains a collection of actions, which should be applied to a series during the current animation.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public SeriesAnimationActionCollection Actions { get; }
#Property Value
Type | Description |
---|---|
Series |
A Series |
#Remarks
The series to be animated can be set via the SeriesAnimation.TargetSeries property.
See Also