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

LineSeries2D.SetSeriesAnimation(SeriesAnimationBase) Method

Assigns the specified series animation to LineSeries2D.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public override void SetSeriesAnimation(
    SeriesAnimationBase value
)

Parameters

Name Type Description
value SeriesAnimationBase

A SeriesAnimationBase class descendant.

Remarks

Call the SetSeriesAnimation method, to assign an animation preset to the LineSeries2D.SeriesAnimation property.

See Also