Skip to main content

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

#Declaration

public enum AnimationAutoStartMode

#Members

Name Description
PlayOnce

The animation is played once, after which the series receives its final state.

SetStartState

The series receives its start state (as it appears after the animation has finished). The series may be blank in this mode.

SetFinalState

The series receives its final state (as it appears after the animation has finished).

#Passed To

You can pass AnimationAutoStartMode values to the Series.AnimationAutoStartMode property.

#Remarks

Values listed by the AnimationAutoStartMode enumeration are used to set the Series.AnimationAutoStartMode property.

See Also