示例#1
0
文件: Chart.php 项目: Princelo/bioerp
 public function refresh()
 {
     if ($this->_worksheet !== NULL) {
         $this->_plotArea->refresh($this->_worksheet);
     }
 }
示例#2
0
 public function refresh()
 {
     if ($this->worksheet !== null) {
         $this->plotArea->refresh($this->worksheet);
     }
 }