Skip to main content

BarAnimationBase.ApplyState(SceneModifier, RectangleF, BarSeriesPointLayoutParameters, Single) Method

Applies the current animation state to a bar point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract void ApplyState(
    SceneModifier modifier,
    RectangleF diagramBounds,
    BarSeriesPointLayoutParameters barParameters,
    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.

barParameters BarSeriesPointLayoutParameters

A BarSeriesPointLayoutParameters object containing bar point layout parameters required for animation.

progress Single

A Double value specifying the current animation progress.

See Also