Searched refs:TickWidth (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 1119 …function drawTreshold($Value, Color $color, $ShowLabel = FALSE, $ShowOnRight = FALSE, $TickWidth =… argument 1125 if ($TickWidth == 0) 1135 $TickWidth,
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 1202 function drawTreshold($Value, Color $color, $ShowLabel = FALSE, $ShowOnRight = FALSE, $TickWidth = 4, $FreeText = NULL) { argument 1208 if($TickWidth == 0) 1221 $TickWidth,
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 1130 …function drawTreshold($Value,$R,$G,$B,$ShowLabel=FALSE,$ShowOnRight=FALSE,$TickWidth=4,$FreeText=N… argument 1142 if ( $TickWidth == 0 ) 1145 $this->drawDottedLine($this->GArea_X1,$Y,$this->GArea_X2,$Y,$TickWidth,$R,$G,$B);
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 1154 …function drawTreshold($Value,$R,$G,$B,$ShowLabel=FALSE,$ShowOnRight=FALSE,$TickWidth=4,$FreeText=N… argument 1166 if ( $TickWidth == 0 ) 1169 $this->drawDottedLine($this->GArea_X1,$Y,$this->GArea_X2,$Y,$TickWidth,$R,$G,$B);
|