Back to Devexpress

FunnelSeries2D.GetPointAnimation() Method

wpf-devexpress-dot-xpf-dot-charts-dot-funnelseries2d-e786fd7f.md

latest1.8 KB
Original Source

FunnelSeries2D.GetPointAnimation() Method

Gets the point animation assigned to the FunnelSeries2D.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public override SeriesPointAnimationBase GetPointAnimation()
vb
Public Overrides 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 FunnelSeries2D.PointAnimation property.

See Also

PointAnimation

SetPointAnimation(SeriesPointAnimationBase)

Animation

FunnelSeries2D Class

FunnelSeries2D Members

DevExpress.Xpf.Charts Namespace