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

AnimationBaseModel.EasingFunction Property

Gets or sets the easing function model used by an animation within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public EasingFunctionBaseModel EasingFunction { get; set; }

Property Value

Type Description
EasingFunctionBaseModel

The easing function model.

See Also