BoxPlotSlideAnimation.ApplyState(SceneModifier, RectangleF, RectangleF, Single) Method
Applies the current animation state to a box plot point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
public override void ApplyState(
SceneModifier modifier,
RectangleF diagramBounds,
RectangleF pointBounds,
float progress
)
Parameters
| Name | Type | Description |
|---|---|---|
| modifier | SceneModifier | Applies animation to a series. |
| diagramBounds | RectangleF | The diagram bounds. |
| pointBounds | RectangleF | The box plot point layout parameters require for animation. |
| progress | Single | The current animation progress. |
See Also