Back to Devexpress

SeriesAnimationBase.ApplyState(SceneModifier, Rectangle, Single) Method

corelibraries-devexpress-dot-xtracharts-dot-seriesanimationbase-dot-applystate-x28-devexpress-dot-xtracharts-dot-scenemodifier-system-dot-drawing-dot-rectangle-system-dot-single-x29.md

latest1.9 KB
Original Source

SeriesAnimationBase.ApplyState(SceneModifier, Rectangle, Single) Method

Applies the current animation state to a series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract void ApplyState(
    SceneModifier modifier,
    Rectangle diagramBounds,
    float progress
)
vb
Public MustOverride Sub ApplyState(
    modifier As SceneModifier,
    diagramBounds As Rectangle,
    progress As Single
)

Parameters

NameTypeDescription
modifierSceneModifier

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

SeriesAnimationBase Class

SeriesAnimationBase Members

DevExpress.XtraCharts Namespace