Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
H A DScaleStyle.php23 public function getScaleMode() { function in ScaleStyle
H A DpChart.php541 if ($style->getScaleMode() == SCALE_NORMAL
542 || $style->getScaleMode() == SCALE_START0) {
543 if ($style->getScaleMode() == SCALE_START0) {
563 …} elseif ($style->getScaleMode() == SCALE_ADDALL || $style->getScaleMode() == SCALE_ADDALLSTART0 )…
564 if ($style->getScaleMode() == SCALE_ADDALLSTART0) {
/plugin/statistics/inc/pchart/
H A DScaleStyle.php22 public function getScaleMode() { function in ScaleStyle
H A DpChart.php568 if($style->getScaleMode() == SCALE_NORMAL
569 || $style->getScaleMode() == SCALE_START0
571 if($style->getScaleMode() == SCALE_START0) {
591 } elseif($style->getScaleMode() == SCALE_ADDALL || $style->getScaleMode() == SCALE_ADDALLSTART0) /* Experimental */ {
592 if($style->getScaleMode() == SCALE_ADDALLSTART0) {