Skip to main content
A newer version of this page is available. .

FunnelSeriesView.PointAnimation Property

Specifies the animation for the data points.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "PointAnimationPropertyChanged")]
public FunnelAnimationBase PointAnimation { get; set; }

Property Value

Type Description
DevExpress.WinUI.Charts.FunnelAnimationBase

A DevExpress.WinUI.Charts.FunnelAnimationBase class descendant, specifying the marker animation type.

Remarks

Use the PointAnimation property, to animate the data points of a Funnel View.

See Also