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

DataChangingAnimationMode Enum

Lists the values used to specify how data points are animated when the underlying data is changed.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

public enum DataChangingAnimationMode

Members

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.

Related API Members

The following properties accept/return DataChangingAnimationMode values:

Remarks

The values listed by the DataChangingAnimationMode enumerator are used to set the SeriesView.DataChangingAnimationMode properties.

See Also