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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
SeriesAnimationActionCollection | A SeriesAnimationActionCollection object. |
Remarks
The series to be animated can be set via the SeriesAnimation.TargetSeries property.
See Also