AnimationAutoStartMode Enum
Lists the values that are used to define the auto-start mode for a series animation.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Members
Name | Description |
---|---|
Play
|
The animation is played once. After that, the series receives its final state. |
Set
|
An animated element receives its start state (as it appears before the animation start). The element may be invisible in this mode. |
Set
|
An animated element receives its final state (as it appears after the animation end). |
#Related API Members
The following properties accept/return AnimationAutoStartMode values:
#Remarks
Values listed by the AnimationAutoStartMode enumeration are used to set the Series.AnimationAutoStartMode property.
Important
This property is in effect only if Chart
Note
When the Series.