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

PieSeriesView.PointAnimation Property

Specifies the animation for data points of Pie series.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
DevExpress.WinUI.Charts.PieSeriesPointAnimationBase

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

See Also