Back to Devexpress

CircularLineSeries2D.GetSeriesAnimation() Method

wpf-devexpress-dot-xpf-dot-charts-dot-circularlineseries2d-f161815a.md

latest1.8 KB
Original Source

CircularLineSeries2D.GetSeriesAnimation() Method

Gets the series animation, which is assigned to CircularLineSeries2D.

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 CircularLineSeries2D.SeriesAnimation property.

See Also

SetSeriesAnimation(SeriesAnimationBase)

SeriesAnimation

Animation

CircularLineSeries2D Class

CircularLineSeries2D Members

DevExpress.Xpf.Charts Namespace