Searched refs:DataCount (Results 1 – 4 of 4) sorted by relevance
86 protected $DataCount = NULL; variable in pChart352 $this->DataCount = count ( $Data->getData() );719 $this->DataCount = $Divisions + 2;889 $ColCount = $this->DataCount - 2;
84 protected $DataCount = NULL; variable in pChart 353 $this->DataCount = count($Data->getData());761 $this->DataCount = $Divisions + 2;950 $ColCount = $this->DataCount - 2;
162 var $DataCount = NULL; variable in pChart530 $this->DataCount = count($Data);832 $this->DataCount = $Divisions + 2;946 …s = $this->GArea_X1 + $this->DivisionWidth + $this->GAreaXOffset; $ColCount = $this->DataCount-2; }