Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Indicator.AnimationAutoStartMode Property

Specifies the behavior of an indicator when a chart control automatically starts animation. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public AnimationAutoStartMode AnimationAutoStartMode { get; set; }

#Property Value

Type Description
AnimationAutoStartMode

The value that specifies the behavior of an indicator.

Available values:

Name Description
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).

#Remarks

The following values are available.

Value Description
SetStartState The indicator receives its start state (as it appears before the animation start). The indicator may be invisible in this mode.
SetFinalState The indicator receives its final state (as it appears after the animation end).
PlayOnce The animation is played once. After that, the series receives its final state.
See Also