You are here

public function PHPExcel_Chart::setPlotVisibleOnly in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart.php \PHPExcel_Chart::setPlotVisibleOnly()

* Set Plot Visible Only * *

Parameters

boolean $plotVisibleOnly: * @return PHPExcel_Chart

File

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

Class

PHPExcel_Chart
PHPExcel_Chart

Code

public function setPlotVisibleOnly($plotVisibleOnly = true) {
  $this->_plotVisibleOnly = $plotVisibleOnly;
  return $this;
}