Skip to main content

PieFanGrowUpAnimation.CalculateAnimatedStartAngle(Single, Single, Single) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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