Skip to main content

PieSeriesView.PointAnimation Property

Specifies the animation for data points of Pie series.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public PieSeriesPointAnimationBase PointAnimation { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Charts.PieSeriesPointAnimationBase

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

See Also