ChartDirector Ver 5.0 (C++ Edition)

RanTable.setCol


Usage

void setCol(int colNo, double minValue, double 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