Skip to main content

Series.SetSeriesAnimation(SeriesAnimationBase) Method

Assigns the specified series animation to Series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public virtual 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 SeriesAnimation property of the corresponding series.

See Also