Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public SeriesAnimationActionCollection Actions { get; }

Property Value

Type Description
SeriesAnimationActionCollection

A SeriesAnimationActionCollection object.

Remarks

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

See Also