function pSurface::pSurface in Visitors 7
Same name and namespace in other branches
- 7.2 pChart/class/pSurface.class.php \pSurface::pSurface()
File
- pChart/
class/ pSurface.class.php, line 33
Class
Code
function pSurface($pChartObject) {
$this->pChartObject = $pChartObject;
$this->GridSize = 10;
$this->Points = "";
}