EasingFunctionBase.Ease(Double) Method
Transforms normalized time to control the pace of an animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
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