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

Declaration

[XtraSerializableProperty]
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