Home
last modified time | relevance | path

Searched refs:YMax (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DpChart.php439 $YMax = NULL;
490 if ($YMax < $YPos || $YMax == NULL) {
491 $YMax = $YPos;
508 $YMax + $this->FontSize + 5),
730 $YMax = NULL;
784 if ($YMax < $YPos || $YMax == NULL) {
785 $YMax = $YPos;
808 $this->writeScaleXAxisCaption($Data, $style, $YMax);
841 private function writeScaleXAxisCaption(pData $data, ScaleStyle $style, $YMax) { argument
849 $YMax + $this->FontSize + 5),
/plugin/statistics/inc/pchart/
H A DpChart.php453 $YMax = NULL;
513 if($YMax < $YPos || $YMax == NULL) {
514 $YMax = $YPos;
534 $YMax + $this->FontSize + 5),
772 $YMax = NULL;
835 if($YMax < $YPos || $YMax == NULL) {
836 $YMax = $YPos;
863 $this->writeScaleXAxisCaption($Data, $style, $YMax);
898 writeScaleXAxisCaption(pData $data, ScaleStyle $style, $YMax) global() argument
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php588 $ID = 1; $YMax = NULL;
623 if ( $YMax < $YPos || $YMax == NULL ) { $YMax = $YPos; }
636 …imagettftext($this->Picture,$this->FontSize,0,$TextLeft,$YMax+$this->FontSize+5,$C_TextColor,$this…
840 $XPos = $this->GArea_X1; $YMax = NULL;
876 if ( $YMax < $YPos || $YMax == NULL ) { $YMax = $YPos; }
896 …imagettftext($this->Picture,$this->FontSize,0,$TextLeft,$YMax+$this->FontSize+5,$C_TextColor,$this…
/plugin/charter/lib/pchart/
H A DpChart.class.php588 $ID = 1; $YMax = NULL;
623 if ( $YMax < $YPos || $YMax == NULL ) { $YMax = $YPos; }
636 …imagettftext($this->Picture,$this->FontSize,0,$TextLeft,$YMax+$this->FontSize+5,$C_TextColor,$this…
840 $XPos = $this->GArea_X1; $YMax = NULL;
876 if ( $YMax < $YPos || $YMax == NULL ) { $YMax = $YPos; }
896 …imagettftext($this->Picture,$this->FontSize,0,$TextLeft,$YMax+$this->FontSize+5,$C_TextColor,$this…