You are here

public function PHPExcel_Chart_Renderer_jpgraph::__construct in Loft Data Grids 7.2

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

* Create a new PHPExcel_Chart_Renderer_jpgraph

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Renderer/jpgraph.php, line 849

Class

PHPExcel_Chart_Renderer_jpgraph
PHPExcel_Chart_Renderer_jpgraph

Code

public function __construct(PHPExcel_Chart $chart) {
  $this->_graph = null;
  $this->_chart = $chart;
}