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

BounceEasingFunction.Bounciness Property

Gets or sets a value that specifies how bouncy the animation is.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
Double

A double value that specifies how bouncy the bounce animation is. This value must be positive.

Remarks

Low values of this property result in bounces with little loss of height between bounces (more bouncy) while high values result in dampened bounces (less bouncy).

See Also