Back to Devexpress

LineSeries2D.GetSeriesAnimation() Method

wpf-devexpress-dot-xpf-dot-charts-dot-lineseries2d-6657d5ca.md

latest1.7 KB
Original Source

LineSeries2D.GetSeriesAnimation() Method

Gets the series animation, which is assigned to LineSeries2D.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public override SeriesAnimationBase GetSeriesAnimation()
vb
Public Overrides 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 LineSeries2D.SeriesAnimation property.

See Also

SetSeriesAnimation(SeriesAnimationBase)

SeriesAnimation

Animation

LineSeries2D Class

LineSeries2D Members

DevExpress.Xpf.Charts Namespace