Lines Matching refs:GraphID
1235 $GraphID = 0;
1313 $GraphID++;
1458 $GraphID = 0;
1490 $GraphID++;
1527 $GraphID = 0;
1612 $GraphID++;
1629 $GraphID = 0;
1778 $GraphID++;
1794 $GraphID = 0;
1872 $GraphID++;
1887 $GraphID = 0;
1894 $this->Layers[$GraphID] = imagecreatetruecolor($LayerWidth,$LayerHeight);
1895 $C_White = $this->AllocateColor($this->Layers[$GraphID],255,255,255);
1896 …>AllocateColor($this->Layers[$GraphID],$this->Palette[$GraphID]["R"],$this->Palette[$GraphID]["G"]…
1897 imagefilledrectangle($this->Layers[$GraphID],0,0,$LayerWidth,$LayerHeight,$C_White);
1898 imagecolortransparent($this->Layers[$GraphID],$C_White);
1913 … imagefilledrectangle($this->Layers[$GraphID],$XPos-$XWidth,$YPos,$XPos+$XWidth,$YZero,$C_Graph);
1930 $GraphID++;
1933 for($i=0;$i<=($GraphID-1);$i++)
1947 $GraphID = 0;
1998 $GraphID = 0;
2065 $GraphID = 0; $MaxID = 0; $MinID = 0;
2071 { $Max = $Data[$Key][$ColName]; $MaxID = $GraphID; }
2076 { $Min = $Data[$Key][$ColName]; $MinID = $GraphID; }
2077 $GraphID++;
2262 $GraphID = 0;
2293 $GraphID++;
2324 $GraphID = 0;
2374 $GraphID++;
3371 function setImageMap($Mode=TRUE,$GraphID="MyGraph") argument
3374 $this->MapID = $GraphID;