Version

TransitionInSpeedType Enumeration

Describes available types of speeds used when transitioning in a series.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also