ChartDirector 7.1 (.NET Edition)

RanTable.setCol


Usage

[C#]public void setCol(int colNo, double minValue, double maxValue);
[VB]Public Sub setCol(colNo As Integer, minValue As Double, maxValue As Double)

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