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

BootstrapChartBase.SettingsAnimation Property

Provides access to a chart control’s animation settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public virtual BootstrapChartAnimationSettings SettingsAnimation { get; }

Property Value

Type Description
BootstrapChartAnimationSettings

An BootstrapChartAnimationSettings object that contains a chart control’s animation settings.

See Also