You are here

public function PHPExcel_Chart_DataSeries::setPlotType in Loft Data Grids 7.2

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

* Set Plot Type * *

Parameters

string $plotType:

Return value

PHPExcel_Chart_DataSeries

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/DataSeries.php, line 180

Class

PHPExcel_Chart_DataSeries
PHPExcel_Chart_DataSeries

Code

public function setPlotType($plotType = '') {
  $this->_plotType = $plotType;
  return $this;
}