Skip to main content

FunnelSeriesView.PointAnimation Property

Specifies the animation for the data points.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public FunnelAnimationBase PointAnimation { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Charts.FunnelAnimationBase

A DevExpress.UI.Xaml.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