Skip to main content
All docs
V25.1
  • BoxPlotAnimationBase.ApplyState(SceneModifier, RectangleF, RectangleF, Single) Method

    Applies the current animation state to a box plot point.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public abstract void ApplyState(
        SceneModifier modifier,
        RectangleF diagramBounds,
        RectangleF pointBounds,
        float progress
    )

    Parameters

    Name Type Description
    modifier SceneModifier

    Applies animation to a series.

    diagramBounds RectangleF

    The diagram bounds.

    pointBounds RectangleF

    The box plot point layout parameters required for animation.

    progress Single

    The current animation progress.

    See Also