Skip to main content

EasingFunctionBase.Ease(Double) Method

Transforms normalized time to control the pace of an animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public double Ease(
    double normalizedTime
)

Parameters

Name Type Description
normalizedTime Double

A Double value specifying normalized time (progress) of the animation, which is a value from 0 through 1.

Returns

Type Description
Double

A Double that represents the transformed progress.

See Also