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
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