FunnelSeriesView.PointAnimation Property
In This Article
Specifies the animation for the data points.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "PointAnimationPropertyChanged")]
public FunnelAnimationBase PointAnimation { get; set; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
Use the PointAnimation property, to animate the data points of a Funnel View.
See Also