Back to Devexpress

EasingMode Enum

corelibraries-devexpress-dot-xtracharts-4e237159.md

latest1.5 KB
Original Source

EasingMode Enum

Gets or sets a value that specifies how the animation interpolates.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum EasingMode
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum EasingMode

Members

NameDescription
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.

| | InOut |

Interpolation uses In for the first half of the animation and Out for the second half.

|

The following properties accept/return EasingMode values:

LibraryRelated API Members
Cross-Platform Class LibraryEasingFunctionBase.EasingMode
WinForms ControlsEasingFunctionBaseModel.EasingMode

See Also

DevExpress.XtraCharts Namespace