Skip to main content

ScatterLineSeriesView.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 LineAnimationBase SeriesAnimation { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Charts.LineAnimationBase

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

Remarks

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

See Also