Version

TransitionInSpeedType Enumeration

The speed to use when transitioning in a series.
Syntax
'Declaration
 
Public Enum TransitionInSpeedType 
   Inherits System.Enum
public enum TransitionInSpeedType : System.Enum 
Members
MemberDescription
AutoA speed type is automatically selected.
IndexScaledData points will arrive later if their index is further from the axis origin.
NormalAll speeds are normal, data points will arrive at the same time.
RandomData points will arrive at random times.
ValueScaledData points will arrive later if their value is further from the start point.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub