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

BackEasingFunction.Amplitude Property

Gets or sets the amplitude of retraction associated with an animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
public double Amplitude { get; set; }

Property Value

Type Description
Double

A double value that is the amplitude of retraction associated with a BackEase animation. This value must be greater than or equal to 0.

See Also