Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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