Skip to main content
A newer version of this page is available. .

CircularSeriesLinearUnwindAnimation.ApplyState(SceneModifier, Rectangle, Single) Method

Applies the current animation state to a circular series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public override void ApplyState(
    SceneModifier modifier,
    Rectangle diagramBounds,
    float progress
)

Parameters

Name Type Description
modifier SceneModifier

A SceneModifier object applying animation to a series.

diagramBounds Rectangle

A RectangleF value specifying the diagram bounds.

progress Single

A Double value specifying the current animation progress.

See Also