Back to Devexpress

ChartControlSettings.EnableCallbackAnimation Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-08f9f04f.md

latest1.2 KB
Original Source

ChartControlSettings.EnableCallbackAnimation Property

Gets or sets a value that specifies whether a specific animation effect is used when a Chart’s content is updated via a callback.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public bool EnableCallbackAnimation { get; set; }
vb
Public Property EnableCallbackAnimation As Boolean

Property Value

TypeDescription
Boolean

true , if a specific animation effect is used; otherwise, false.

|

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace