Skip to main content
A newer version of this page is available. .
All docs
V20.2

BoxPlotSeries2D.SetSeriesAnimation(SeriesAnimationBase) Method

Assigns the specified series animation to BoxPlotSeries2D.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public override void SetSeriesAnimation(
    SeriesAnimationBase value
)

Parameters

Name Type Description
value SeriesAnimationBase

A SeriesAnimationBase descendant that specifies the animation type.

Remarks

Call the SetSeriesAnimation method to assign an animation preset to the BoxPlotSeries2D.SeriesAnimation property. The following values are available:

The BoxPlotSeries2D.SeriesAnimation property specifies the animation for the Box Plot mean line. Use the BoxPlotSeries2D.SetPointAnimation method to define animation for series points.

See Also