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

PieSeriesView.SeriesAnimation Property

Provides access to the settings of a series animation.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "SeriesAnimationPropertyChanged")]
public PieSeriesAnimationBase SeriesAnimation { get; set; }

Property Value

Type Description
DevExpress.WinUI.Charts.PieSeriesAnimationBase

An DevExpress.WinUI.Charts.PieSeriesAnimationBase class descendant, specifying the series animation type.

Remarks

Use the SeriesAnimation property to define a preset for animating a series of the Pie type.

See Also