public function PHPExcel_Chart_DataSeries::getPlotValues in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/DataSeries.php \PHPExcel_Chart_DataSeries::getPlotValues()
* Get Plot Values * *
Return value
array of PHPExcel_Chart_DataSeriesValues
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ DataSeries.php, line 307
Class
- PHPExcel_Chart_DataSeries
- PHPExcel_Chart_DataSeries
Code
public function getPlotValues() {
return $this->_plotValues;
}