Back to Devexpress

AnimationAutoStartMode Enum

wpf-devexpress-dot-xpf-dot-charts-520bc86c.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum AnimationAutoStartMode
vb
Public Enum AnimationAutoStartMode

Members

NameDescription
PlayOnce

The animation is played once. After that, the series receives its final state.

| | SetStartState |

An animated element receives its start state (as it appears before the animation start). The element may be invisible in this mode.

| | SetFinalState |

An animated element receives its final state (as it appears after the animation end).

|

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 ChartControl.AnimationMode is set to the OnLoad or OnDataChanged value.

Note

When the Series.AnimationAutoStartMode property is set to SetFinalState or SetStartState , the animation will not start automatically and it should be started manually. To do this, call the ChartControl.Animate method (launches animations of all series) or the Series.Animate method, which runs animation of the individual series.

See Also

AnimationAutoStartMode

DevExpress.Xpf.Charts Namespace