Skip to main content

StackedAreaSeriesView.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 AreaAnimationBase SeriesAnimation { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Charts.AreaAnimationBase

An DevExpress.UI.Xaml.Charts.AreaAnimationBase class descendant, specifying the series animation type.

Remarks

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

See Also