Back to Devexpress

PieSeries2D.GetSeriesAnimation() Method

wpf-devexpress-dot-xpf-dot-charts-dot-pieseries2d-a1d5f0ce.md

latest1.7 KB
Original Source

PieSeries2D.GetSeriesAnimation() Method

Gets the series animation, which is assigned to PieSeries2D.

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

See Also

SetSeriesAnimation(SeriesAnimationBase)

SeriesAnimation

Animation

PieSeries2D Class

PieSeries2D Members

DevExpress.Xpf.Charts Namespace