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

ElasticEasingFunction Properties

The easing function that creates an animation that resembles a spring oscillating back and forth until it comes to rest.
Name Description
EasingMode Gets or sets a value that specifies how the animation interpolates. Inherited from EasingFunctionBase.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
OscillationCount Gets or sets the number of times the target slides back and forth over the animation destination.
Springiness Gets or sets the stiffness of the spring.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TypeNameSerializable Gets the string value used to support serialization of easing functions. Inherited from EasingFunctionBase.
See Also