Back to Devexpress

EasingFunctionBaseModel.EasingMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-easingfunctionbasemodel.md

latest1.6 KB
Original Source

EasingFunctionBaseModel.EasingMode Property

Gets or sets the value of the EasingFunctionBase.EasingMode within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public EasingMode EasingMode { get; set; }
vb
Public Property EasingMode As EasingMode

Property Value

TypeDescription
EasingMode

The easing mode.

|

Available values:

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.

|

See Also

EasingFunctionBaseModel Class

EasingFunctionBaseModel Members

DevExpress.XtraCharts.Designer Namespace