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

ElasticEasingFunction.Springiness Property

Gets or sets the stiffness of the spring.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
Double

A double value that specifies the stiffness of the spring. The value should be positive.

Remarks

The smaller the Springiness value is, the stiffer the spring and the faster the elasticity decreases in intensity after each oscillation.

See Also