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

BarSeries2DBase.SetPointAnimation(SeriesPointAnimationBase) Method

Assigns the specified point animation to BarSeries2DBase.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

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 BarSeries2DBase.PointAnimation property.

See Also