TransitionOutSpeedType
Describes available types of speeds used when transitioning in a series.
Enumeration Members
Section titled "Enumeration Members"A speed type is automatically selected.
Auto = 0 IndexScaled
Section titled "IndexScaled"Data points will arrive later if their index is further from the axis origin.
IndexScaled = 3 Normal
Section titled "Normal"All speeds are normal, data points will arrive at the same time.
Normal = 1 Random
Section titled "Random"Data points will arrive at random times.
Random = 4 ValueScaled
Section titled "ValueScaled"Data points will arrive later if their value is further from the start point.
ValueScaled = 2