Skip to main content

Series.SetPointAnimation(SeriesPointAnimationBase) Method

Assigns the specified point animation to Series.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public virtual void SetPointAnimation(
    SeriesPointAnimationBase value
)

#Parameters

Name Type Description
value SeriesPointAnimationBase

A SeriesPointAnimationBase class descendant.

#Remarks

Call the SetPointAnimation method, to assign an animation preset to the PointAnimation property of the corresponding series.

See Also