Enumeration TransitionInSpeedType

Describes available types of speeds used when transitioning in a series.

Enumeration Members

Auto: 0

A speed type is automatically selected.

IndexScaled: 3

Data points will arrive later if their index is further from the axis origin.

Normal: 1

All speeds are normal, data points will arrive at the same time.

Random: 4

Data points will arrive at random times.

ValueScaled: 2

Data points will arrive later if their value is further from the start point.