Skip to main content

SeriesView.DataChangingAnimationMode Property

Specifies how chart data should be animated on data changes.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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