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

FunnelWidenAnimation.ApplyState(SceneModifier, RectangleF, FunnelSeriesPointLayoutParameters, Single) Method

Applies the current animation state to a funnel series point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public override void ApplyState(
    SceneModifier modifier,
    RectangleF diagramBounds,
    FunnelSeriesPointLayoutParameters funnelParameters,
    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.

funnelParameters FunnelSeriesPointLayoutParameters

A FunnelSeriesPointLayoutParameters object containing the parameters required for animation of a funnel series point layout.

progress Single

A Double value specifying the current animation progress.

See Also