Back to Devexpress

Series.GetSeriesAnimation() Method

wpf-devexpress-dot-xpf-dot-charts-dot-series-2d6542a9.md

latest1.6 KB
Original Source

Series.GetSeriesAnimation() Method

Gets the series animation, which is assigned to the series.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public virtual SeriesAnimationBase GetSeriesAnimation()
vb
Public Overridable Function GetSeriesAnimation As SeriesAnimationBase

Returns

TypeDescription
SeriesAnimationBase

A SeriesAnimationBase class descendant.

|

Remarks

Call the GetSeriesAnimation method, to obtain an animation that is assigned to the SeriesAnimation property of the corresponding series.

See Also

SetSeriesAnimation(SeriesAnimationBase)

Animation

Series Class

Series Members

DevExpress.Xpf.Charts Namespace