Back to Devexpress

EasingFunctionBase.Ease(Double) Method

corelibraries-devexpress-dot-xtracharts-dot-easingfunctionbase-dot-ease-x28-system-dot-double-x29.md

latest1.5 KB
Original Source

EasingFunctionBase.Ease(Double) Method

Transforms normalized time to control the pace of an animation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public double Ease(
    double normalizedTime
)
vb
Public Function Ease(
    normalizedTime As Double
) As Double

Parameters

NameTypeDescription
normalizedTimeDouble

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

|

Returns

TypeDescription
Double

A Double that represents the transformed progress.

|

See Also

EasingFunctionBase Class

EasingFunctionBase Members

DevExpress.XtraCharts Namespace