EasingMode Enum
In This Article
Gets or sets a value that specifies how the animation interpolates.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
Name | Description |
---|---|
In
|
Interpolation follows the mathematical formula associated with the easing function. |
Out
|
Interpolation follows 100% interpolation minus the output of the formula associated with the easing function. |
In
|
Interpolation uses In for the first half of the animation and Out for the second half. |
#Related API Members
The following properties accept/return EasingMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Easing |
Win |
Easing |
See Also