Skip to main content

BootstrapChartBase.SettingsAnimation Property

Provides access to a chart control’s animation settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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