Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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