DataChangingAnimationMode Enum
Lists the values used to specify how data points are animated when the underlying data is changed.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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