Skip to main content
A newer version of this page is available. .

AnimationBase.EasingFunction Property

Gets or sets the easing function specifying how to apply animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public EasingFunctionBase EasingFunction { get; set; }

Property Value

Type Description
EasingFunctionBase

A EasingFunctionBase class descendant object.

Remarks

The easing function specifies the function of animation progress dependent on time.

See Also