You are here

public function PHPExcel_Chart_PlotArea::__construct in Loft Data Grids 7.2

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

* Create a new PHPExcel_Chart_PlotArea

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/PlotArea.php, line 55

Class

PHPExcel_Chart_PlotArea
PHPExcel_Chart_PlotArea

Code

public function __construct(PHPExcel_Chart_Layout $layout = null, $plotSeries = array()) {
  $this->_layout = $layout;
  $this->_plotSeries = $plotSeries;
}