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

BootstrapChartAnimationSettings.Duration Property

Specifies how long the animation runs in milliseconds.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[DefaultValue(1000)]
public int Duration { get; set; }

Property Value

Type Default Description
Int32 1000

An integer value that specifies how long the animation runs in milliseconds.

Property Paths

You can access this nested property as listed below:

Object Type Path to Duration
BootstrapChart
.SettingsAnimation.Duration
BootstrapChartBase
.SettingsAnimation.Duration
BootstrapCoordinateSystemChart
.SettingsAnimation.Duration
BootstrapPieChart
.SettingsAnimation.Duration
BootstrapPolarChart
.SettingsAnimation.Duration
See Also