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

PieBurstAnimation.CalculateAnimatedStartAngle(Single, Single, Single) Method

Calculates the start angle of a pie point for the specified animation progress.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public override float CalculateAnimatedStartAngle(
    float startAngle,
    float sweepAngle,
    float progress
)

Parameters

Name Type Description
startAngle Single

A Single value, specifying the start angle when animation is finished.

sweepAngle Single

A Single value, specifying the sweep angle when animation is finished.

progress Single

A Single value, specifying the current animation progress.

Returns

Type Description
Single

A Single value, specifying the start angle for the current animation progress.

See Also