Skip to main content

BounceEasingFunction.Bounciness Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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