Home
last modified time | relevance | path

Searched refs:iEndRow (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/plot/
H A DGanttVLine.php12 private $iEndRow = -1; variable in Amenadiel\\JpGraph\\Plot\\GanttVLine
36 $this->iEndRow = $aEnd;
77 if ($this->iEndRow > -1) {
78 $y2 = $aScale->TranslateVertPos($this->iEndRow);
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_gantt.php3627 private $iStartRow = -1, $iEndRow = -1; variable in GanttVLine
3649 $this->iEndRow = $aEnd;
3683 if( $this->iEndRow > -1 ) {
3684 $y2 = $aScale->TranslateVertPos($this->iEndRow);