AnimationBase.EasingFunction Property
In This Article
Gets or sets the easing function specifying how to apply animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public EasingFunctionBase EasingFunction { get; set; }
#Property Value
Type | Description |
---|---|
Easing |
A Easing |
#Remarks
The easing function specifies the function of animation progress dependent on time.
See Also