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

ElasticEasingFunction.OscillationCount Property

Gets or sets the number of times the target slides back and forth over the animation destination.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
public int OscillationCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of times the target slides back and forth over the animation destination. This value must be greater than or equal to 0.

See Also