TeeChartPHP
[
class tree: TeeChartPHP
] [
index: TeeChartPHP
] [
all elements
]
Todo List
Packages:
TeeChartPHP
Source for file SeriesRandom.php
Documentation is available at
SeriesRandom.php
<?php
/**
* <p>Title: SeriesRandom class</p>
*
* <p>Description: </p>
*
* <p>Copyright (c) 2005-2008 by Steema Software SL. All Rights
* Reserved.</p>
*
* <p>Company: Steema Software SL</p>
*
*/
class
SeriesRandom
{
/**
* Used internally to add random values to a series.
*/
// private $r; TODO remove
public
$tmpX
;
public
$StepX
;
public
$tmpY
;
public
$MinY
;
public
$DifY
;
public
function
Random
(
)
{
return
(
rand
(
)
%
100
)
;
}
public
function
SeriesRandom
(
)
{
}
}
?>
Documentation generated on Wed, 16 Jun 2010 12:08:06 +0200 by
phpDocumentor 1.4.1