SeriesAnimation.TargetSeries Property
In This Article
Gets or sets a series, which should be animated by the current animation.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Series | A Series instance, representing a series to be animated. |
#Remarks
Use the SeriesAnimation.Actions property to access a collection of animation actions, to be applied to the TargetSeries.
See Also