Show / Hide Table of Contents

Enum AnimationSequence

Specifies the supported animation sequences.

Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.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.

  • Improve this Doc
  • View Source