Skip to main content

XYMarkerAnimationBase.ApplyState(SceneModifier, RectangleF, MarkerSeriesPointLayoutParameters, Single) Method

Applies the current animation state to a Cartesian series point marker.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract 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