public function PHPExcel_Chart_DataSeries::getPlotDirection 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::getPlotDirection()
* Get Plot Direction * *
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ DataSeries.php, line 210
Class
- PHPExcel_Chart_DataSeries
- PHPExcel_Chart_DataSeries
Code
public function getPlotDirection() {
return $this->_plotDirection;
}