You are here

public function PHPExcel_Chart::refresh in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::refresh()
1 call to PHPExcel_Chart::refresh()
PHPExcel_Chart::render in vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php, line 605

Class

PHPExcel_Chart
PHPExcel_Chart

Code

public function refresh() {
  if ($this->_worksheet !== NULL) {
    $this->_plotArea
      ->refresh($this->_worksheet);
  }
}