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

SeriesView.DataChangingAnimationMode Property

Specifies how chart data should be animated on data changes.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(DataChangingAnimationMode.Disabled)]
public DataChangingAnimationMode DataChangingAnimationMode { get; set; }

Property Value

Type Description
DataChangingAnimationMode

A DataChangingAnimationMode enumeration value.

Available values:

Name Description
Disabled

A series isn’t animated when its data points are changing.

AnimateEntireSeries

The entire series is animated if even a single data point has been changed.

See Also