ChartDirector 6.0 (ColdFusion Edition)

RanTable.setCol


Usage

setCol(colNo, minValue, maxValue)

Description

Fill the given column in the RanTable with random numbers.

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