function pChart::setGraphArea in Visitors 8
Same name and namespace in other branches
- 7.0 pchart/pChart.inc \pChart::setGraphArea()
 
File
- pchart/
pChart.inc, line 218  
Class
Code
function setGraphArea($X1, $Y1, $X2, $Y2) {
  $this->GArea_X1 = $X1;
  $this->GArea_Y1 = $Y1;
  $this->GArea_X2 = $X2;
  $this->GArea_Y2 = $Y2;
}