EasingFunctionBase.Ease(Double) Method
In This Article
Transforms normalized time to control the pace of an animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
normalized |
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