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

CircularSeriesBase2D.SetPointAnimation(SeriesPointAnimationBase) Method

Sets the point animation which is assigned to CircularSeriesBase2D.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public override 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 CircularSeriesBase2D.PointAnimation property.

See Also