XYSeriesUnwrapAnimation.ApplyState(SceneModifier, Rectangle, Single) Method
Applies the current animation state to a Cartesian series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public override void ApplyState(
SceneModifier modifier,
Rectangle diagramBounds,
float progress
)
Parameters
Name | Type | Description |
---|---|---|
modifier | SceneModifier | 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