Skip to main content

WebChartControl.EnableCallbackAnimation Property

Gets or sets a value that specifies whether an animation effect is used when a chart control’s series are updated via a callback.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

[DefaultValue(false)]
public bool EnableCallbackAnimation { get; set; }

Property Value

Type Default Description
Boolean false

true to enable the callback animation for all series; otherwise false.

Remarks

Use the EnableCallbackAnimation property to control whether the animation effect is available for the WebChartControl.

See Also