MathELRandom Method (Series)

GF Charts Help
Returns a random number between 0.0 and the specified maximum

Namespace:  GF.Clients.Charts.Custom.EL.Runtime
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public static Series Random(
	Series maxValue
)

Parameters

maxValue
Type: GF.Clients.Charts.TimeSeriesSeries
The exclusive upper bound of the random number to be generated. maxValue must be greater than or equal to zero.

Return Value

Type: Series
A random value
See Also

Reference