getAxes()->getTimeAxis(); } public function getTimeAxis() { if ($this->getAxes() == NULL) return NULL; return $this->getAxes()->getTimeAxis(); } public function setFormat($format) { $this->setAttribute(REQUESTOUTPUTPLOTELEMENTTICK_FORMAT, $format); } public function getFormat() { return $this->getAttribute(REQUESTOUTPUTPLOTELEMENTTICK_FORMAT); } } ?>