BounceEasingFunction.Bounciness Property
Gets or sets a value that specifies how bouncy the animation is.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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