Skip to main content
All docs
V25.1
  • BoxPlotSeries2D.SetSeriesAnimation(SeriesAnimationBase) Method

    Assigns the specified series animation to BoxPlotSeries2D.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: 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