Skip to main content

BootstrapChartAnimationSettings.Duration Property

Specifies how long the animation runs in milliseconds.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

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
BootstrapChartBase
.SettingsAnimation .Duration
See Also