TeeChartPHP
[ class tree: TeeChartPHP ] [ index: TeeChartPHP ] [ all elements ]

Source for file SeriesRandom.php

Documentation is available at SeriesRandom.php

  1. <?php
  2.  
  3.  
  4. /**
  5. * <p>Title: SeriesRandom class</p>
  6. *
  7. * <p>Description: </p>
  8. *
  9. * <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights
  10. * Reserved.</p>
  11. *
  12. * <p>Company: Steema Software SL</p>
  13. *
  14. */
  15.  
  16. {
  17.    /**
  18.    * Used internally to add random values to a series.
  19.    */
  20.    // private $r;  TODO remove
  21.  
  22.    public $tmpX;
  23.    public $StepX;
  24.    public $tmpY;
  25.    public $MinY;
  26.    public $DifY;
  27.  
  28.    public function Random()
  29.    {
  30.       return (rand()%100);
  31.    }
  32.  
  33.    public function SeriesRandom()   {}
  34. }
  35. ?>

Documentation generated on Wed, 16 Jun 2010 12:08:06 +0200 by phpDocumentor 1.4.1