Skip to main content

SeriesAnimation.TargetSeries Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Series TargetSeries { get; set; }

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