You are here

public function PHPExcel_Chart::getPlotVisibleOnly 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::getPlotVisibleOnly()

* Get Plot Visible Only * *

Return value

boolean

File

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

Class

PHPExcel_Chart
PHPExcel_Chart

Code

public function getPlotVisibleOnly() {
  return $this->_plotVisibleOnly;
}