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

AreaSeriesView.SeriesAnimation Property

Specifies the series animation.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
DevExpress.WinUI.Charts.AreaAnimationBase

An DevExpress.WinUI.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