public function PHPExcel_Chart_Layout::getYMode in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Layout.php \PHPExcel_Chart_Layout::getYMode()
* Get Y-Mode * *
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Layout.php, line 202
Class
- PHPExcel_Chart_Layout
- PHPExcel_Chart_Layout
Code
public function getYMode() {
return $this->_yMode;
}