Searched refs:TickWidth (Results 1 – 3 of 3) sorted by relevance
| /plugin/statdisplay/pchart/ |
| D | pChart.php | 1119 …function drawTreshold($Value, Color $color, $ShowLabel = FALSE, $ShowOnRight = FALSE, $TickWidth =… argument 1125 if ($TickWidth == 0) 1135 $TickWidth,
|
| /plugin/projects/pchart/pchart/ |
| 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/ |
| 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);
|