RanSeries is a utility class to produce random series. It facilitates testing and demonstrating ChartDirector programs without needing a real data source.
| Method | Inherited | Description |
| RanSeries | (Self) | Creates a RanSeries object. |
| getSeries | (Self) | Gets an array of independent random numbers. |
| getSeries2 | (Self) | Gets an array of numbers in which the difference between adjacent numbers is random. |
| getGaussianSeries | (Self) | Gets an array of independent random numbers that are gaussian distributed. |
| get2DSeries | (Self) | Gets an array of random numbers representing points on a 2D grid in which the difference between neighbouring points is random. |
| getDateSeries | (Self) | Gets an array of date/time values. |
© 2022 Advanced Software Engineering Limited. All rights reserved.