SeriesView.DataChangingAnimationMode Property
In This Article
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 |
---|---|
Data |
A Data |
Available values:
Name | Description |
---|---|
Disabled | A series isn’t animated when its data points are changing. |
Animate |
The entire series is animated if even a single data point has been changed. |
See Also