You are here

function pSurface::pSurface in Visitors 7.2

Same name and namespace in other branches
  1. 7 pChart/class/pSurface.class.php \pSurface::pSurface()

File

pChart/class/pSurface.class.php, line 33

Class

pSurface

Code

function pSurface($pChartObject) {
  $this->pChartObject = $pChartObject;
  $this->GridSize = 10;
  $this->Points = "";
}