PieAnimationBase.ApplyState(SceneModifier, RectangleF, PieSeriesPointLayoutParameters, Single) Method
Applies the current animation state to a pie series point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public virtual void ApplyState(
SceneModifier modifier,
RectangleF diagramBounds,
PieSeriesPointLayoutParameters pieParameters,
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. |
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