AreaSeriesView.SeriesAnimation Property
In This Article
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. |
An DevExpress. |
#Remarks
Use the SeriesAnimation property to define a preset for animating a series of the Area type.
See Also