Skip to main content

PieSpinGrowUpAnimation.ApplyState(SceneModifier, RectangleF, PieSeriesPointLayoutParameters, Single) Method

Applies the current animation state to a pie series point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public override void ApplyState(
    SceneModifier modifier,
    RectangleF diagramBounds,
    PieSeriesPointLayoutParameters pieParameters,
    float progress
)

Parameters

Name Type Description
modifier SceneModifier

A SceneModifier object applying animation to a series.

diagramBounds RectangleF

A RectangleF value specifying the diagram bounds.

pieParameters PieSeriesPointLayoutParameters

A PieSeriesPointLayoutParameters object containing the parameters required for animation of a pie series point layout.

progress Single

A Double value specifying the current animation progress.

See Also