Enum AnimationSequence
Specifies the supported animation sequences.
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public enum AnimationSequence
Fields
Name | Description |
---|---|
FirstToLast | Animates the data points from first to last. |
LastToFirst | Animates the data points from last to first. |
Simultaneous | Animates all of the data points simultaneously. |