Platforms to show: All Mac Windows Linux Cross-Platform

CDRanTableMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
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


The biggest plugin in space...