FinancialExpandAnimation.ApplyState(SceneModifier, RectangleF, FinancialSeriesPointLayoutParameters, Single) Method
Applies the current animation state to a financial series point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public override void ApplyState(
SceneModifier modifier,
RectangleF diagramBounds,
FinancialSeriesPointLayoutParameters financialParameters,
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. |
financialParameters | FinancialSeriesPointLayoutParameters | A FinancialSeriesPointLayoutParameters object containing the parameters required for animation of a financial series point layout. |
progress | Single | A Double value specifying the current animation progress. |
See Also