Searched refs:DotSize (Results 1 – 4 of 4) sorted by relevance
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 295 function setLineStyle($Width=1,$DotSize=0) argument 298 $this->LineDotSize = $DotSize; 3043 function drawDottedLine($X1,$Y1,$X2,$Y2,$DotSize,$R,$G,$B,$GraphFunction=FALSE) argument 3060 if ( $DotIndex <= $DotSize) 3076 if ( $DotIndex == $DotSize * 2 )
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 295 function setLineStyle($Width=1,$DotSize=0) argument 298 $this->LineDotSize = $DotSize; 3068 function drawDottedLine($X1,$Y1,$X2,$Y2,$DotSize,$R,$G,$B,$GraphFunction=FALSE) argument 3085 if ( $DotIndex <= $DotSize) 3101 if ( $DotIndex == $DotSize * 2 )
|
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 203 function setLineStyle($Width = 1, $DotSize = 0) { argument 205 $this->LineDotSize = $DotSize;
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 194 function setLineStyle($Width = 1, $DotSize = 0) { argument 196 $this->LineDotSize = $DotSize;
|