Skip to main content

PieSeriesView.SeriesAnimation Property

Provides access to the settings of a series animation.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public PieSeriesAnimationBase SeriesAnimation { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Charts.PieSeriesAnimationBase

An DevExpress.UI.Xaml.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