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

BounceEasingFunction.BounceCount Property

Gets or sets the number of bounces.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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