Back to Devexpress

Indicator.AnimationAutoStartMode Property

wpf-devexpress-dot-xpf-dot-charts-dot-indicator-9285b5ca.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AnimationAutoStartMode AnimationAutoStartMode { get; set; }
vb
Public Property AnimationAutoStartMode As AnimationAutoStartMode

Property Value

TypeDescription
AnimationAutoStartMode

The value that specifies the behavior of an indicator.

|

Available values:

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

|

Remarks

The following values are available.

ValueDescription
SetStartStateThe indicator receives its start state (as it appears before the animation start). The indicator may be invisible in this mode.
SetFinalStateThe indicator receives its final state (as it appears after the animation end).
PlayOnceThe animation is played once. After that, the series receives its final state.

See Also

Indicator Class

Indicator Members

DevExpress.Xpf.Charts Namespace