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

EasingMode Enum

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum EasingMode

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.

InOut

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 EasingFunctionBase.EasingMode
WinForms Controls EasingFunctionBaseModel.EasingMode

The following code snippets (auto-collected from DevExpress Examples) contain references to the EasingMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also