CDRanTableMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
CDRanTableMBS class
RanTable is a utility class to produce tables with random numbers.
It facilitates testing and demonstrating ChartDirector programs without needing a real database table.
- 10 methods
- method Constructor(seed as Integer, noOfCols as Integer, noOfRows as Integer)
- method getCol(colNo as Integer) as CDArrayMBS
- method selectDate(colNo as Integer, minDate as Double, maxDate as Double) as Integer
- method setCol(colNo as Integer, minValue as Double, maxValue as Double)
- method setCol(colNo as Integer, startValue as Double, minDelta as Double, maxDelta as Double)
- method setCol(colNo as Integer, startValue as Double, minDelta as Double, maxDelta as Double, lowerLimit as Double)
- method setCol(colNo as Integer, startValue as Double, minDelta as Double, maxDelta as Double, lowerLimit as Double, upperLimit as Double)
- method setDateCol(i as Integer, startTime as Double, tickInc as Double, weekDayOnly as boolean=false)
- method setHLOCCols(i as Integer, startValue as Double, minDelta as Double, maxDelta as Double, lowerLimit as Double = 0.0)
- method setHLOCCols(i as Integer, startValue as Double, minDelta as Double, maxDelta as Double, lowerLimit as Double, upperLimit as Double)
This class has no sub classes.
Some examples using this class:
Xojo Developer Magazine
The items on this page are in the following plugins: MBS ChartDirector Plugin.
CDRanSeriesMBS
-
CDScatterLayerMBS