ChartDirector 6.0 (ColdFusion Edition)

RanSeries.RanSeries


Usage

RanSeries(seed)

Description

Creates a RanSeries object.

Note: In the ColdFusion edition of ChartDirector, the RanSeries constructor is implemented as a method of the ChartDirector.CFChart object called ChartDirector.CFChart.RanSeries.

Arguments

ArgumentDefaultDescription
seed(Mandatory)The seed to be used in the random number generator.

Return Value

The RanSeries object created.