Skip to main content

ElasticEasingFunction.Springiness Property

Gets or sets the stiffness of the spring.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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