Skip to main content

AreaSeriesView.SeriesAnimation Property

Specifies the series animation.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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