ChartDirector Ver 4.1 (ColdFusion Edition)

RanTable.setCol


Usage

setCol(colNo, minValue, maxValue)

Description

Fill the given column in the RanTable with random numbers in the given range.

Arguments

ArgumentDefaultDescription
colNo(Mandatory)The column to fill. The first column is 0. The nth column is (n - 1).
minValue(Mandatory)The minimum value of the random number.
maxValue(Mandatory)The maximum value of the random number.

Return Value

None