Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DpChart.php1119 …function drawTreshold($Value, Color $color, $ShowLabel = FALSE, $ShowOnRight = FALSE, $TickWidth =… argument
1125 if ($TickWidth == 0)
1135 $TickWidth,
/plugin/projects/pchart/pchart/
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/
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);