Back to Devexpress

Series.GetPointAnimation() Method

wpf-devexpress-dot-xpf-dot-charts-dot-series-f51d5378.md

latest1.5 KB
Original Source

Series.GetPointAnimation() Method

Gets the point 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 SeriesPointAnimationBase GetPointAnimation()
vb
Public Overridable Function GetPointAnimation As SeriesPointAnimationBase

Returns

TypeDescription
SeriesPointAnimationBase

A SeriesPointAnimationBase class descendant.

|

Remarks

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

See Also

GetPointAnimation()

Animation

Series Class

Series Members

DevExpress.Xpf.Charts Namespace