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