ChartDirector 7.0 (PHP Edition)
RanSeries.
Usage
Description
Arguments
| Argument | Default | Description |
|---|---|---|
| len | (Mandatory) | The number of random values to get. |
| startValue | (Mandatory) | The first value in the sequence. |
| minDelta | (Mandatory) | The minimum change between two consecutive numbers. |
| maxDelta | (Mandatory) | The maximum change between two consecutive numbers. |
| lowerLimit | [-Infinity] | The minimum allowed value of the numbers. |
| upperLimit | [+Infinity] | The maximum allowed value of the numbers. |
Return Value