Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
H A DpChart.php1119 …function drawTreshold($Value, Color $color, $ShowLabel = FALSE, $ShowOnRight = FALSE, $TickWidth =… argument
1125 if ($TickWidth == 0)
1135 $TickWidth,
/plugin/statistics/inc/pchart/
H A DpChart.php1202 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 Dpchart.php1130 …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 DpChart.class.php1154 …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);