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

EasingFunctionBaseModel.EasingMode Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public EasingMode EasingMode { get; set; }

Property Value

Type Description
EasingMode

The easing mode.

Available values:

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.

See Also