Skip to main content
All docs
V25.1
  • BoxPlotSeries2D.SetPointAnimation(SeriesPointAnimationBase) Method

    Assigns the specified point animation to BoxPlotSeries2D.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: 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 BoxPlotSeries2D.PointAnimation property.

    See Also