You are here

function pChart::setGraphArea in Visitors 7.0

Same name and namespace in other branches
  1. 8 pchart/pChart.inc \pChart::setGraphArea()

File

pchart/pChart.inc, line 218

Class

pChart

Code

function setGraphArea($X1, $Y1, $X2, $Y2) {
  $this->GArea_X1 = $X1;
  $this->GArea_Y1 = $Y1;
  $this->GArea_X2 = $X2;
  $this->GArea_Y2 = $Y2;
}