Back to Devexpress

FunnelSeries2D.PointAnimation Property

wpf-devexpress-dot-xpf-dot-charts-dot-funnelseries2d-56016dc0.md

latest1.8 KB
Original Source

FunnelSeries2D.PointAnimation Property

Specifies the animation for the series points.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Funnel2DSeriesPointAnimationBase PointAnimation { get; set; }
vb
Public Property PointAnimation As Funnel2DSeriesPointAnimationBase

Property Value

TypeDescription
Funnel2DSeriesPointAnimationBase

A Funnel2DSeriesPointAnimationBase class descendant, specifying the marker animation type.

|

Remarks

Use the PointAnimation property, to animate the series points of a 2D Funnel Series series.

For more information, see Animation.

See Also

FunnelSeries2D Class

FunnelSeries2D Members

DevExpress.Xpf.Charts Namespace