Skip to main content

BounceEasingFunction.BounceCount Property

Gets or sets the number of bounces.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int BounceCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of bounces. The value must be greater than or equal to zero.

See Also