Back to Devexpress

SeriesAnimation.TargetSeries Property

wpf-devexpress-dot-xpf-dot-charts-dot-seriesanimation.md

latest1.2 KB
Original Source

SeriesAnimation.TargetSeries Property

Gets or sets a series, which should be animated by the current animation.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Series TargetSeries { get; set; }
vb
Public Property TargetSeries As Series

Property Value

TypeDescription
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

SeriesAnimation Class

SeriesAnimation Members

DevExpress.Xpf.Charts Namespace