Skip to main content
A newer version of this page is available. .

CircularMarkerAnimationBase.CreateAnimatedMarkerBounds(Rect, Rect, Double) Method

For internal use only.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public virtual Rect CreateAnimatedMarkerBounds(
    Rect markerBounds,
    Rect viewport,
    double progress
)

Parameters

Name Type
markerBounds Rect
viewport Rect
progress Double

Returns

Type
Rect
See Also