A newer version of this page is available.
Switch to the current version.
FunnelWidenAnimation.ApplyState(SceneModifier, RectangleF, FunnelSeriesPointLayoutParameters, Single) Method
Applies the current animation state to a funnel series point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public override void ApplyState(
SceneModifier modifier,
RectangleF diagramBounds,
FunnelSeriesPointLayoutParameters funnelParameters,
float progress
)
Public Overrides Sub ApplyState(
modifier As SceneModifier,
diagramBounds As RectangleF,
funnelParameters As FunnelSeriesPointLayoutParameters,
progress As Single
)
Parameters
Name | Type | Description |
---|---|---|
modifier | SceneModifier | A SceneModifier object applying animation to a series. |
diagramBounds | RectangleF | A RectangleF value specifying the diagram bounds. |
funnelParameters | FunnelSeriesPointLayoutParameters | A FunnelSeriesPointLayoutParameters object containing the parameters required for animation of a funnel series point layout. |
progress | Single | A Double value specifying the current animation progress. |
See Also
Feedback