ChartDirector 7.0 (ASP/COM/VB Edition)

RanTable.RanTable


Usage

RanTable(seed, noOfCols, noOfRows)

Description

Creates a RanTable object.

Note: In the ASP/COM/VB edition of ChartDirector, the RanTable constructor is implemented as a method of the ChartDirector.API object called ChartDirector.API.RanTable.

Arguments

ArgumentDefaultDescription
seed(Mandatory)The seed to be used in the random number generator.
noOfCols(Mandatory)The number of columns in the random number table.
noOfRows(Mandatory)The number of rows in the random number table.

Return Value

The RanTable object created.