Back to Devexpress

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

corelibraries-devexpress-dot-xtracharts-dot-pieanimationbase-dot-applystate-x28-devexpress-dot-xtracharts-dot-scenemodifier-system-dot-drawing-dot-rectanglef-devexpress-dot-xtracharts-dot-pieseriespointlayoutparameters-system-dot-single-x29.md

latest2.4 KB
Original Source

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

Applies the current animation state to a pie series point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public virtual void ApplyState(
    SceneModifier modifier,
    RectangleF diagramBounds,
    PieSeriesPointLayoutParameters pieParameters,
    float progress
)
vb
Public Overridable Sub ApplyState(
    modifier As SceneModifier,
    diagramBounds As RectangleF,
    pieParameters As PieSeriesPointLayoutParameters,
    progress As Single
)

Parameters

NameTypeDescription
modifierSceneModifier

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

PieAnimationBase Class

PieAnimationBase Members

DevExpress.XtraCharts Namespace