CDRanSeriesMBS 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
CDRanSeriesMBS class
RanSeries is a utility class to produce random series.
It facilitates testing and demonstrating ChartDirector programs without needing a real data source.
- 10 methods
- method Constructor(seed as Integer)
- method fillDateSeries(Values() as Double, startTime as double, tickInc as double, weekDayOnly as Boolean = false)
- method fillSeries(Values() as Double, minValue as double, maxValue as double)
- method fillSeries(Values() as Double, startValue as double, minDelta as double, maxDelta as double, lowerLimit as double = -1E+308, upperLimit as double = 1E+308)
- method get2DSeries(xLen as Integer, yLen as Integer, minValue as Double, maxValue as Double) as Double()
- method getDateSeries(len as Integer, startTime as Double, tickInc as Double, weekDayOnly as boolean = false) as Double()
- method getSeries(len as Integer, minValue as Double, maxValue as Double) as Double()
- method getSeries(len as Integer, startValue as Double, minDelta as Double, maxDelta as Double) as Double()
- method getSeries(len as Integer, startValue as Double, minDelta as Double, maxDelta as Double, lowerLimit as Double) as Double()
- method getSeries(len as Integer, startValue as Double, minDelta as Double, maxDelta as Double, lowerLimit as Double, upperLimit as Double) as Double()
- shared method create(seed as Integer) as CDRanSeriesMBS
This class has no sub classes.
Some examples using this class:
Blog Entries
Xojo Developer Magazine
Release notes
- Version 24.0
- Added checks for fillSeries and fillDateSeries in CDRanSeriesMBS class to better handle if arrays are nil.
The items on this page are in the following plugins: MBS ChartDirector Plugin.
CDRadialAxisMBS
-
CDRanTableMBS