IndicatorBlowUpAnimation.ApplyState(SceneModifier, Rectangle, Single) Method
Applies the current animation state to an indicator.
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 | An object that modifies the scene to apply animation to an indicator. |
diagramBounds | Rectangle | The diagram bounds. |
progress | Single | The current animation progress. |
See Also